Html Css Color HEX #E5557E Dark Pink

📋 copy color: '#E5557E'

red 229 ◦ green 85 ◦ blue 126

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

Shades of Dark Pink #E5557E

Tints of Dark Pink #E5557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 52.05%
G = 19.32%
B = 28.64%

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

#E5557E (or 0xE5557E) is known color: Dark Pink. HEX triplet: E5, 55 and 7E. RGB value is (229,85,126). Sum of RGB (Red+Green+Blue) = 229+85+126=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5557E is #1AAA81. Grayscale: #848484. Windows color (decimal): -1747586 or 8279525. OLE color: 8279525.

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

Color convert

RGB 229 85 126 -
CMYK 0 0.63 0.45 0.10
HSL 342.92º 0.73% 0.62% -
HSV(B) 342.92º 0.63% 0.9% -
XYZ 39.33 24.66 22.43 -
YUV 132.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 229 85 126 0 0.63 0.45 0.10 342.92 0.73 0.62
Hex E5 55 7E 0 3F 2D A 157 49 3E
Octal 345 125 176 0 77 55 12 527 111 76
Binary 11100101 1010101 1111110 0 111111 101101 1010 101010111 1001001 111110

Color Harmonies of #E5557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5557E

Black with #E5557E

Text Example


Text Example

White with #E5557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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