Html Css Color HEX #E0557F Dark Pink

📋 copy color: '#E0557F'

red 224 ◦ green 85 ◦ blue 127

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

Shades of Dark Pink #E0557F

Tints of Dark Pink #E0557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 51.38%
G = 19.5%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0557F (or 0xE0557F) is known color: Dark Pink. HEX triplet: E0, 55 and 7F. RGB value is (224,85,127). Sum of RGB (Red+Green+Blue) = 224+85+127=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0557F is #1FAA80. Grayscale: #838383. Windows color (decimal): -2075265 or 8345056. OLE color: 8345056.

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

Color convert

RGB 224 85 127 -
CMYK 0 0.62 0.43 0.12
HSL 341.87º 0.69% 0.61% -
HSV(B) 341.87º 0.62% 0.88% -
XYZ 37.82 23.88 22.69 -
YUV 131.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 224 85 127 0 0.62 0.43 0.12 341.87 0.69 0.61
Hex E0 55 7F 0 3E 2B C 156 45 3D
Octal 340 125 177 0 76 53 14 526 105 75
Binary 11100000 1010101 1111111 0 111110 101011 1100 101010110 1000101 111101

Color Harmonies of #E0557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0557F

Black with #E0557F

Text Example


Text Example

White with #E0557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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