Html Css Color HEX #E0558B Dark Pink

📋 copy color: '#E0558B'

red 224 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #E0558B

Tints of Dark Pink #E0558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 50%
G = 18.97%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0558B (or 0xE0558B) is known color: Dark Pink. HEX triplet: E0, 55 and 8B. RGB value is (224,85,139). Sum of RGB (Red+Green+Blue) = 224+85+139=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0558B is #1FAA74. Grayscale: #848484. Windows color (decimal): -2075253 or 9131488. OLE color: 9131488.

HSL color Cylindrical-coordinate representation of color #E0558B: hue angle of 336.69º 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 #E0558B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 139 -
CMYK 0 0.62 0.38 0.12
HSL 336.69º 0.69% 0.61% -
HSV(B) 336.69º 0.62% 0.88% -
XYZ 38.65 24.21 27.06 -
YUV 132.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 224 85 139 0 0.62 0.38 0.12 336.69 0.69 0.61
Hex E0 55 8B 0 3E 26 C 151 45 3D
Octal 340 125 213 0 76 46 14 521 105 75
Binary 11100000 1010101 10001011 0 111110 100110 1100 101010001 1000101 111101

Color Harmonies of #E0558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0558B

Black with #E0558B

Text Example


Text Example

White with #E0558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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