Html Css Color HEX #E55490 Dark Pink

📋 copy color: '#E55490'

red 229 ◦ green 84 ◦ blue 144

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

Shades of Dark Pink #E55490

Tints of Dark Pink #E55490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

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

R = 50.11%
G = 18.38%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E55490 (or 0xE55490) is known color: Dark Pink. HEX triplet: E5, 54 and 90. RGB value is (229,84,144). Sum of RGB (Red+Green+Blue) = 229+84+144=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E55490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55490 is #1AAB6F. Grayscale: #868686. Windows color (decimal): -1747824 or 9458917. OLE color: 9458917.

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

Color convert

RGB 229 84 144 -
CMYK 0 0.63 0.37 0.10
HSL 335.17º 0.74% 0.61% -
HSV(B) 335.17º 0.63% 0.9% -
XYZ 40.52 25.01 29.08 -
YUV 134.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 229 84 144 0 0.63 0.37 0.10 335.17 0.74 0.61
Hex E5 54 90 0 3F 25 A 14F 4A 3D
Octal 345 124 220 0 77 45 12 517 112 75
Binary 11100101 1010100 10010000 0 111111 100101 1010 101001111 1001010 111101

Color Harmonies of #E55490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55490

Black with #E55490

Text Example


Text Example

White with #E55490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55490; }

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

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

background-color css

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

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

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

border-color css

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

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

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