Html Css Color HEX #E55E90 Dark Pink

📋 copy color: '#E55E90'

red 229 ◦ green 94 ◦ blue 144

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

Shades of Dark Pink #E55E90

Tints of Dark Pink #E55E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 49.04%
G = 20.13%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E55E90 (or 0xE55E90) is known color: Dark Pink. HEX triplet: E5, 5E and 90. RGB value is (229,94,144). Sum of RGB (Red+Green+Blue) = 229+94+144=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E90 is #1AA16F. Grayscale: #8C8C8C. Windows color (decimal): -1745264 or 9461477. OLE color: 9461477.

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

Color convert

RGB 229 94 144 -
CMYK 0 0.59 0.37 0.10
HSL 337.78º 0.72% 0.63% -
HSV(B) 337.78º 0.59% 0.9% -
XYZ 41.35 26.68 29.36 -
YUV 140.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 229 94 144 0 0.59 0.37 0.10 337.78 0.72 0.63
Hex E5 5E 90 0 3B 25 A 152 48 3F
Octal 345 136 220 0 73 45 12 522 110 77
Binary 11100101 1011110 10010000 0 111011 100101 1010 101010010 1001000 111111

Color Harmonies of #E55E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55E90

Black with #E55E90

Text Example


Text Example

White with #E55E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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