Html Css Color HEX #E5557D Dark Pink

📋 copy color: '#E5557D'

red 229 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #E5557D

Tints of Dark Pink #E5557D

RGB

 RED value IS 229 (89.84% from 255) = 52.16%

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

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

R = 52.16%
G = 19.36%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5557D (or 0xE5557D) is known color: Dark Pink. HEX triplet: E5, 55 and 7D. RGB value is (229,85,125). Sum of RGB (Red+Green+Blue) = 229+85+125=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5557D is #1AAA82. Grayscale: #848484. Windows color (decimal): -1747587 or 8213989. OLE color: 8213989.

HSL color Cylindrical-coordinate representation of color #E5557D: hue angle of 343.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5557D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 85 125 -
CMYK 0 0.63 0.45 0.10
HSL 343.33º 0.73% 0.62% -
HSV(B) 343.33º 0.63% 0.9% -
XYZ 39.26 24.64 22.09 -
YUV 132.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 229 85 125 0 0.63 0.45 0.10 343.33 0.73 0.62
Hex E5 55 7D 0 3F 2D A 157 49 3E
Octal 345 125 175 0 77 55 12 527 111 76
Binary 11100101 1010101 1111101 0 111111 101101 1010 101010111 1001001 111110

Color Harmonies of #E5557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5557D

Black with #E5557D

Text Example


Text Example

White with #E5557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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