Html Css Color HEX #E5557A Dark Pink

📋 copy color: '#E5557A'

red 229 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #E5557A

Tints of Dark Pink #E5557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 52.52%
G = 19.5%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5557A (or 0xE5557A) is known color: Dark Pink. HEX triplet: E5, 55 and 7A. RGB value is (229,85,122). Sum of RGB (Red+Green+Blue) = 229+85+122=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5557A is #1AAA85. Grayscale: #848484. Windows color (decimal): -1747590 or 8017381. OLE color: 8017381.

HSL color Cylindrical-coordinate representation of color #E5557A: hue angle of 344.58º 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 #E5557A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 85 122 -
CMYK 0 0.63 0.47 0.10
HSL 344.58º 0.73% 0.62% -
HSV(B) 344.58º 0.63% 0.9% -
XYZ 39.07 24.56 21.09 -
YUV 132.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 229 85 122 0 0.63 0.47 0.10 344.58 0.73 0.62
Hex E5 55 7A 0 3F 2F A 159 49 3E
Octal 345 125 172 0 77 57 12 531 111 76
Binary 11100101 1010101 1111010 0 111111 101111 1010 101011001 1001001 111110

Color Harmonies of #E5557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5557A

Black with #E5557A

Text Example


Text Example

White with #E5557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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