COLOR #ED55EE

HEX: #ED55EE
RGB: (237,85,238)

Renk bilgisi

#ED55EE contains mainly red and blue colors. #ED55EE ‘ nin web güvenlik rengi #FF66FF (ya da #F6F) dir.

RGB renk modeli

#ED55EE color RGB value is (237,85,238).

  • kırmız ton 237;
  • yeşil ton 85;
  • mavi ton 238.
RGB:
(237,85,238)
(93%,33%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 85 of 255 = 33%
B 238 of 255 = 93%

237
85
238

R + G + B ~ 73%. #ED55EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 85 + 238 = 560 (100%)
R 237 of 560 ~ 42.32%
G 85 of 560 ~ 15.18%
B 238 of 560 ~ 42.5%

%42.32
%15.18
%42.5

CMYK RENK MODELİ

#ED55EE rengi CMYK tonu (0,64,0,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 64.29%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(0,64,0,7)
C0M64Y0K7 
(0%,64%,0%,7%)
(0.00/0.64/0.00/0.07)	

CMYK yüzdeleri

%0.42
%64.29
%0
%6.67

Codes

Color #ED55EE in popluar color models

ED55EE
RGB23785238
HSL300°81.82%63.33%
HSB/HSV300°64.29%93.33%
CMYK0.42%64.29%0.00%
6.67%

Color #ED55EE in popluar number systems.

HEXED55EE
Decimal23785238
Binary11101101101010111101110
Octal355125356

Shades and tints

Shades of #ED55EE

#ED55EE
(237,85,238)
#D84ED9
(216,78,217)
#C347C4
(195,71,196)
#AE40AF
(174,64,175)
#99399A
(153,57,154)
#843285
(132,50,133)
#6F2B70
(111,43,112)
#5A245B
(90,36,91)
#451D46
(69,29,70)
#301631
(48,22,49)
#1B0F1C
(27,15,28)
#000000
(0,0,0)

Tints of #ED55EE

#ED55EE
(237,85,238)
#EE64EF
(238,100,239)
#EF73F0
(239,115,240)
#F082F1
(240,130,241)
#F191F2
(241,145,242)
#F2A0F3
(242,160,243)
#F3AFF4
(243,175,244)
#F4BEF5
(244,190,245)
#F5CDF6
(245,205,246)
#F6DCF7
(246,220,247)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED55EE color. Also use rgb(237,85,238) instead hex code.

Text Font Color

.myTextColor { color: #ED55EE; }

<p style="color:#ED55EE">This sample text font color is #ED55EE.</p>

This text font color is #ED55EE.


Background Color

.myBgColor { background-color: #ED55EE; }

<div style="background-color:#ED55EE">Inner text</div>

This div background color is #ED55EE.


Border color

.myBorderColor { border: 1px solid #ED55EE; }

<div style="border:3px solid #ED55EE">Div</div>

This div border color is #ED55EE.


Opacity

.myOpacity80 { color: #ED55EE; opacity: 0.8; }

<p style="color:#ED55EE;opacity:0.8;">80%</p>

Text with #ED55EE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED55EE;}

<p style="text-shadow: 3px 3px 1px #ED55EE">Text here.</p>

This text has shadow with #ED55EE color.

.textShadow {text-shadow: 3px 3px 1px #ED55EE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED55EE, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED55EE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED55EE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED55EE, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED55EE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED55EE;
  -webkit-box-shadow:	1px 1px 3px 2px #ED55EE;
  box-shadow:		1px 1px 3px 2px #ED55EE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED55EE;
-webkit-box-shadow: 1px 1px 3px 2px #ED55EE;
box-shadow:1px 1px 3px 2px #ED55EE;">
Div content here</div>
This div box has shadow with color #ED55EE.

Preview

Color preview on black background

This text has color #ED55EE on black background.


Color preview on white background

This text has color #ED55EE on white background.



Black color preview on #ED55EE background

This text has black color on #ED55EE background.


White color preview on #ED55EE background

This text has white color on #ED55EE background.