Html Css Color HEX #E51491 Deep Pink

📋 copy color: '#E51491'

red 229 ◦ green 20 ◦ blue 145

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

Shades of Deep Pink #E51491

Tints of Deep Pink #E51491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

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

R = 58.12%
G = 5.08%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E51491 (or 0xE51491) is known color: Deep Pink. HEX triplet: E5, 14 and 91. RGB value is (229,20,145). Sum of RGB (Red+Green+Blue) = 229+20+145=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E51491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51491 is #1AEB6E. Grayscale: #606060. Windows color (decimal): -1764207 or 9508069. OLE color: 9508069.

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

Color convert

RGB 229 20 145 -
CMYK 0 0.91 0.37 0.10
HSL 324.11º 0.84% 0.49% -
HSV(B) 324.11º 0.91% 0.9% -
XYZ 37.67 19.2 28.51 -
YUV 96.74 155.24 222.34 -
System Red Green Blue C M Y K H S L
Decimal 229 20 145 0 0.91 0.37 0.10 324.11 0.84 0.49
Hex E5 14 91 0 5B 25 A 144 54 31
Octal 345 24 221 0 133 45 12 504 124 61
Binary 11100101 10100 10010001 0 1011011 100101 1010 101000100 1010100 110001

Color Harmonies of #E51491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51491

Black with #E51491

Text Example


Text Example

White with #E51491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51491; }

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

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

background-color css

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

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

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

border-color css

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

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

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