Html Css Color HEX #EE608E Dark Pink

📋 copy color: '#EE608E'

red 238 ◦ green 96 ◦ blue 142

#EE608E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EE608E

Tints of Dark Pink #EE608E

RGB

 RED value IS 238 (93.36% from 255) = 50%

 GREEN value IS 96 (37.89% from 255) = 20.17%

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 50%
G = 20.17%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE608E (or 0xEE608E) is known color: Dark Pink. HEX triplet: EE, 60 and 8E. RGB value is (238,96,142). Sum of RGB (Red+Green+Blue) = 238+96+142=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE608E is #119F71. Grayscale: #8F8F8F. Windows color (decimal): -1154930 or 9330926. OLE color: 9330926.

HSL color Cylindrical-coordinate representation of color #EE608E: hue angle of 340.56º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE608E is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 142 -
CMYK 0 0.60 0.40 0.07
HSL 340.56º 0.81% 0.65% -
HSV(B) 340.56º 0.6% 0.93% -
XYZ 44.33 28.5 28.76 -
YUV 143.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 238 96 142 0 0.60 0.40 0.07 340.56 0.81 0.65
Hex EE 60 8E 0 3C 28 7 155 51 41
Octal 356 140 216 0 74 50 7 525 121 101
Binary 11101110 1100000 10001110 0 111100 101000 111 101010101 1010001 1000001

Color Harmonies of #EE608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE608E

Black with #EE608E

Text Example


Text Example

White with #EE608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE608E; }

 p { color: rgb(238,96,142); }

 H1.HeaderClassName
 {
   color: #EE608E;
 }
 .AnyTagClassName
 {
   color: #EE608E;
 }
</style>

background-color css

<style>
 a { background-color: #EE608E; }

 a { background-color: rgb(238,96,142); }

 div.DivClassName
 {
   background-color: #EE608E;
 }
 .BgClassName
 {
   background-color: #EE608E;
 }
</style>

border-color css

<style>
 span { border-color: #EE608E; }

 span { border-color: rgb(238,96,142); }

 td.TdClassName
 {
   border-color: #EE608E;
 }
 .TagClassName
 {
   border-color: #EE608E;
 }
</style>