Html Css Color HEX #E51995 Deep Pink

📋 copy color: '#E51995'

red 229 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #E51995

Tints of Deep Pink #E51995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 56.82%
G = 6.2%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E51995 (or 0xE51995) is known color: Deep Pink. HEX triplet: E5, 19 and 95. RGB value is (229,25,149). Sum of RGB (Red+Green+Blue) = 229+25+149=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E51995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51995 is #1AE66A. Grayscale: #636363. Windows color (decimal): -1762923 or 9771493. OLE color: 9771493.

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

Color convert

RGB 229 25 149 -
CMYK 0 0.89 0.35 0.10
HSL 323.53º 0.8% 0.5% -
HSV(B) 323.53º 0.89% 0.9% -
XYZ 38.09 19.52 30.19 -
YUV 100.13 155.59 219.92 -
System Red Green Blue C M Y K H S L
Decimal 229 25 149 0 0.89 0.35 0.10 323.53 0.8 0.5
Hex E5 19 95 0 59 23 A 144 50 32
Octal 345 31 225 0 131 43 12 504 120 62
Binary 11100101 11001 10010101 0 1011001 100011 1010 101000100 1010000 110010

Color Harmonies of #E51995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51995

Black with #E51995

Text Example


Text Example

White with #E51995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51995; }

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

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

background-color css

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

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

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

border-color css

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

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

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