Html Css Color HEX #E0557D Dark Pink

📋 copy color: '#E0557D'

red 224 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #E0557D

Tints of Dark Pink #E0557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 51.61%
G = 19.59%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0557D (or 0xE0557D) is known color: Dark Pink. HEX triplet: E0, 55 and 7D. RGB value is (224,85,125). Sum of RGB (Red+Green+Blue) = 224+85+125=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0557D is #1FAA82. Grayscale: #838383. Windows color (decimal): -2075267 or 8213984. OLE color: 8213984.

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

Color convert

RGB 224 85 125 -
CMYK 0 0.62 0.44 0.12
HSL 342.73º 0.69% 0.61% -
HSV(B) 342.73º 0.62% 0.88% -
XYZ 37.69 23.82 22.01 -
YUV 131.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 224 85 125 0 0.62 0.44 0.12 342.73 0.69 0.61
Hex E0 55 7D 0 3E 2C C 157 45 3D
Octal 340 125 175 0 76 54 14 527 105 75
Binary 11100000 1010101 1111101 0 111110 101100 1100 101010111 1000101 111101

Color Harmonies of #E0557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0557D

Black with #E0557D

Text Example


Text Example

White with #E0557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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