Html Css Color HEX #E55491 Dark Pink

📋 copy color: '#E55491'

red 229 ◦ green 84 ◦ blue 145

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

Shades of Dark Pink #E55491

Tints of Dark Pink #E55491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.66%

R = 50%
G = 18.34%
B = 31.66%

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

#E55491 (or 0xE55491) is known color: Dark Pink. HEX triplet: E5, 54 and 91. RGB value is (229,84,145). Sum of RGB (Red+Green+Blue) = 229+84+145=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E55491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55491 is #1AAB6E. Grayscale: #868686. Windows color (decimal): -1747823 or 9524453. OLE color: 9524453.

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

Color convert

RGB 229 84 145 -
CMYK 0 0.63 0.37 0.10
HSL 334.76º 0.74% 0.61% -
HSV(B) 334.76º 0.63% 0.9% -
XYZ 40.59 25.04 29.48 -
YUV 134.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 229 84 145 0 0.63 0.37 0.10 334.76 0.74 0.61
Hex E5 54 91 0 3F 25 A 14F 4A 3D
Octal 345 124 221 0 77 45 12 517 112 75
Binary 11100101 1010100 10010001 0 111111 100101 1010 101001111 1001010 111101

Color Harmonies of #E55491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55491

Black with #E55491

Text Example


Text Example

White with #E55491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55491; }

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

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

background-color css

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

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

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

border-color css

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

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

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