Html Css Color HEX #E55A8E Dark Pink

📋 copy color: '#E55A8E'

red 229 ◦ green 90 ◦ blue 142

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

Shades of Dark Pink #E55A8E

Tints of Dark Pink #E55A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 49.67%
G = 19.52%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E55A8E (or 0xE55A8E) is known color: Dark Pink. HEX triplet: E5, 5A and 8E. RGB value is (229,90,142). Sum of RGB (Red+Green+Blue) = 229+90+142=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A8E is #1AA571. Grayscale: #898989. Windows color (decimal): -1746290 or 9329381. OLE color: 9329381.

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

Color convert

RGB 229 90 142 -
CMYK 0 0.61 0.38 0.10
HSL 337.55º 0.73% 0.63% -
HSV(B) 337.55º 0.61% 0.9% -
XYZ 40.85 25.92 28.44 -
YUV 137.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 229 90 142 0 0.61 0.38 0.10 337.55 0.73 0.63
Hex E5 5A 8E 0 3D 26 A 152 49 3F
Octal 345 132 216 0 75 46 12 522 111 77
Binary 11100101 1011010 10001110 0 111101 100110 1010 101010010 1001001 111111

Color Harmonies of #E55A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A8E

Black with #E55A8E

Text Example


Text Example

White with #E55A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A8E; }

 p { color: rgb(229,90,142); }

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

background-color css

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

 a { background-color: rgb(229,90,142); }

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

border-color css

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

 span { border-color: rgb(229,90,142); }

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