Html Css Color HEX #E55990 Dark Pink

📋 copy color: '#E55990'

red 229 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #E55990

Tints of Dark Pink #E55990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.26%

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

R = 49.57%
G = 19.26%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E55990 (or 0xE55990) is known color: Dark Pink. HEX triplet: E5, 59 and 90. RGB value is (229,89,144). Sum of RGB (Red+Green+Blue) = 229+89+144=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E55990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55990 is #1AA66F. Grayscale: #898989. Windows color (decimal): -1746544 or 9460197. OLE color: 9460197.

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

Color convert

RGB 229 89 144 -
CMYK 0 0.61 0.37 0.10
HSL 336.43º 0.73% 0.62% -
HSV(B) 336.43º 0.61% 0.9% -
XYZ 40.92 25.82 29.21 -
YUV 137.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 229 89 144 0 0.61 0.37 0.10 336.43 0.73 0.62
Hex E5 59 90 0 3D 25 A 150 49 3E
Octal 345 131 220 0 75 45 12 520 111 76
Binary 11100101 1011001 10010000 0 111101 100101 1010 101010000 1001001 111110

Color Harmonies of #E55990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55990

Black with #E55990

Text Example


Text Example

White with #E55990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55990; }

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

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

background-color css

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

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

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

border-color css

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

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

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