Html Css Color HEX #E55E7A Dark Pink

📋 copy color: '#E55E7A'

red 229 ◦ green 94 ◦ blue 122

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

Shades of Dark Pink #E55E7A

Tints of Dark Pink #E55E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.12%

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

R = 51.46%
G = 21.12%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E55E7A (or 0xE55E7A) is known color: Dark Pink. HEX triplet: E5, 5E and 7A. RGB value is (229,94,122). Sum of RGB (Red+Green+Blue) = 229+94+122=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E7A is #1AA185. Grayscale: #898989. Windows color (decimal): -1745286 or 8019685. OLE color: 8019685.

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

Color convert

RGB 229 94 122 -
CMYK 0 0.59 0.47 0.10
HSL 347.56º 0.72% 0.63% -
HSV(B) 347.56º 0.59% 0.9% -
XYZ 39.83 26.07 21.34 -
YUV 137.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 229 94 122 0 0.59 0.47 0.10 347.56 0.72 0.63
Hex E5 5E 7A 0 3B 2F A 15C 48 3F
Octal 345 136 172 0 73 57 12 534 110 77
Binary 11100101 1011110 1111010 0 111011 101111 1010 101011100 1001000 111111

Color Harmonies of #E55E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55E7A

Black with #E55E7A

Text Example


Text Example

White with #E55E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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