Html Css Color HEX #E05988 Dark Pink

📋 copy color: '#E05988'

red 224 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #E05988

Tints of Dark Pink #E05988

RGB

 RED value IS 224 (87.89% from 255) = 49.89%

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

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 49.89%
G = 19.82%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E05988 (or 0xE05988) is known color: Dark Pink. HEX triplet: E0, 59 and 88. RGB value is (224,89,136). Sum of RGB (Red+Green+Blue) = 224+89+136=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E05988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05988 is #1FA677. Grayscale: #868686. Windows color (decimal): -2074232 or 8935904. OLE color: 8935904.

HSL color Cylindrical-coordinate representation of color #E05988: hue angle of 339.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05988 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 136 -
CMYK 0 0.60 0.39 0.12
HSL 339.11º 0.69% 0.61% -
HSV(B) 339.11º 0.6% 0.88% -
XYZ 38.76 24.77 26.03 -
YUV 134.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 224 89 136 0 0.60 0.39 0.12 339.11 0.69 0.61
Hex E0 59 88 0 3C 27 C 153 45 3D
Octal 340 131 210 0 74 47 14 523 105 75
Binary 11100000 1011001 10001000 0 111100 100111 1100 101010011 1000101 111101

Color Harmonies of #E05988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05988

Black with #E05988

Text Example


Text Example

White with #E05988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05988; }

 p { color: rgb(224,89,136); }

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

background-color css

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

 a { background-color: rgb(224,89,136); }

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

border-color css

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

 span { border-color: rgb(224,89,136); }

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