Html Css Color HEX #EE5B8E Dark Pink

📋 copy color: '#EE5B8E'

red 238 ◦ green 91 ◦ blue 142

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

Shades of Dark Pink #EE5B8E

Tints of Dark Pink #EE5B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.32%

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

R = 50.53%
G = 19.32%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE5B8E (or 0xEE5B8E) is known color: Dark Pink. HEX triplet: EE, 5B and 8E. RGB value is (238,91,142). Sum of RGB (Red+Green+Blue) = 238+91+142=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5B8E is #11A471. Grayscale: #8C8C8C. Windows color (decimal): -1156210 or 9329646. OLE color: 9329646.

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

Color convert

RGB 238 91 142 -
CMYK 0 0.62 0.40 0.07
HSL 339.18º 0.81% 0.65% -
HSV(B) 339.18º 0.62% 0.93% -
XYZ 43.88 27.61 28.61 -
YUV 140.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 238 91 142 0 0.62 0.40 0.07 339.18 0.81 0.65
Hex EE 5B 8E 0 3E 28 7 153 51 41
Octal 356 133 216 0 76 50 7 523 121 101
Binary 11101110 1011011 10001110 0 111110 101000 111 101010011 1010001 1000001

Color Harmonies of #EE5B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5B8E

Black with #EE5B8E

Text Example


Text Example

White with #EE5B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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