Html Css Color HEX #E51994 Deep Pink

📋 copy color: '#E51994'

red 229 ◦ green 25 ◦ blue 148

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

Shades of Deep Pink #E51994

Tints of Deep Pink #E51994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 56.97%
G = 6.22%
B = 36.82%

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

#E51994 (or 0xE51994) is known color: Deep Pink. HEX triplet: E5, 19 and 94. RGB value is (229,25,148). Sum of RGB (Red+Green+Blue) = 229+25+148=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E51994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51994 is #1AE66B. Grayscale: #636363. Windows color (decimal): -1762924 or 9705957. OLE color: 9705957.

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

Color convert

RGB 229 25 148 -
CMYK 0 0.89 0.35 0.10
HSL 323.82º 0.8% 0.5% -
HSV(B) 323.82º 0.89% 0.9% -
XYZ 38.01 19.49 29.78 -
YUV 100.02 155.09 220 -
System Red Green Blue C M Y K H S L
Decimal 229 25 148 0 0.89 0.35 0.10 323.82 0.8 0.5
Hex E5 19 94 0 59 23 A 144 50 32
Octal 345 31 224 0 131 43 12 504 120 62
Binary 11100101 11001 10010100 0 1011001 100011 1010 101000100 1010000 110010

Color Harmonies of #E51994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51994

Black with #E51994

Text Example


Text Example

White with #E51994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51994; }

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

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

background-color css

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

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

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

border-color css

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

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

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