Html Css Color HEX #E0558E Dark Pink

📋 copy color: '#E0558E'

red 224 ◦ green 85 ◦ blue 142

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

Shades of Dark Pink #E0558E

Tints of Dark Pink #E0558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

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

R = 49.67%
G = 18.85%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0558E (or 0xE0558E) is known color: Dark Pink. HEX triplet: E0, 55 and 8E. RGB value is (224,85,142). Sum of RGB (Red+Green+Blue) = 224+85+142=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0558E is #1FAA71. Grayscale: #848484. Windows color (decimal): -2075250 or 9328096. OLE color: 9328096.

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

Color convert

RGB 224 85 142 -
CMYK 0 0.62 0.37 0.12
HSL 335.4º 0.69% 0.61% -
HSV(B) 335.4º 0.62% 0.88% -
XYZ 38.87 24.3 28.23 -
YUV 133.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 224 85 142 0 0.62 0.37 0.12 335.4 0.69 0.61
Hex E0 55 8E 0 3E 25 C 14F 45 3D
Octal 340 125 216 0 76 45 14 517 105 75
Binary 11100000 1010101 10001110 0 111110 100101 1100 101001111 1000101 111101

Color Harmonies of #E0558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0558E

Black with #E0558E

Text Example


Text Example

White with #E0558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0558E; }

 p { color: rgb(224,85,142); }

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

background-color css

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

 a { background-color: rgb(224,85,142); }

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

border-color css

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

 span { border-color: rgb(224,85,142); }

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