Html Css Color HEX #E51990 Deep Pink

📋 copy color: '#E51990'

red 229 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #E51990

Tints of Deep Pink #E51990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.28%

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

R = 57.54%
G = 6.28%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E51990 (or 0xE51990) is known color: Deep Pink. HEX triplet: E5, 19 and 90. RGB value is (229,25,144). Sum of RGB (Red+Green+Blue) = 229+25+144=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E51990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51990 is #1AE66F. Grayscale: #636363. Windows color (decimal): -1762928 or 9443813. OLE color: 9443813.

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

Color convert

RGB 229 25 144 -
CMYK 0 0.89 0.37 0.10
HSL 325º 0.8% 0.5% -
HSV(B) 325º 0.89% 0.9% -
XYZ 37.69 19.37 28.14 -
YUV 99.56 153.09 220.32 -
System Red Green Blue C M Y K H S L
Decimal 229 25 144 0 0.89 0.37 0.10 325 0.8 0.5
Hex E5 19 90 0 59 25 A 145 50 32
Octal 345 31 220 0 131 45 12 505 120 62
Binary 11100101 11001 10010000 0 1011001 100101 1010 101000101 1010000 110010

Color Harmonies of #E51990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51990

Black with #E51990

Text Example


Text Example

White with #E51990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51990; }

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

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

background-color css

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

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

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

border-color css

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

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

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