Html Css Color HEX #EE5989 Dark Pink

📋 copy color: '#EE5989'

red 238 ◦ green 89 ◦ blue 137

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

Shades of Dark Pink #EE5989

Tints of Dark Pink #EE5989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.18%

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 51.29%
G = 19.18%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE5989 (or 0xEE5989) is known color: Dark Pink. HEX triplet: EE, 59 and 89. RGB value is (238,89,137). Sum of RGB (Red+Green+Blue) = 238+89+137=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5989 is #11A676. Grayscale: #8A8A8A. Windows color (decimal): -1156727 or 9001454. OLE color: 9001454.

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

Color convert

RGB 238 89 137 -
CMYK 0 0.63 0.42 0.07
HSL 340.67º 0.81% 0.64% -
HSV(B) 340.67º 0.63% 0.93% -
XYZ 43.35 27.13 26.62 -
YUV 139.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 238 89 137 0 0.63 0.42 0.07 340.67 0.81 0.64
Hex EE 59 89 0 3F 2A 7 155 51 40
Octal 356 131 211 0 77 52 7 525 121 100
Binary 11101110 1011001 10001001 0 111111 101010 111 101010101 1010001 1000000

Color Harmonies of #EE5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5989

Black with #EE5989

Text Example


Text Example

White with #EE5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5989; }

 p { color: rgb(238,89,137); }

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

background-color css

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

 a { background-color: rgb(238,89,137); }

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

border-color css

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

 span { border-color: rgb(238,89,137); }

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