Html Css Color HEX #E51495 Deep Pink

📋 copy color: '#E51495'

red 229 ◦ green 20 ◦ blue 149

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

Shades of Deep Pink #E51495

Tints of Deep Pink #E51495

RGB

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

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

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

R = 57.54%
G = 5.03%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E51495 (or 0xE51495) is known color: Deep Pink. HEX triplet: E5, 14 and 95. RGB value is (229,20,149). Sum of RGB (Red+Green+Blue) = 229+20+149=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E51495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51495 is #1AEB6A. Grayscale: #606060. Windows color (decimal): -1764203 or 9770213. OLE color: 9770213.

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

Color convert

RGB 229 20 149 -
CMYK 0 0.91 0.35 0.10
HSL 322.97º 0.84% 0.49% -
HSV(B) 322.97º 0.91% 0.9% -
XYZ 37.99 19.33 30.16 -
YUV 97.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 229 20 149 0 0.91 0.35 0.10 322.97 0.84 0.49
Hex E5 14 95 0 5B 23 A 143 54 31
Octal 345 24 225 0 133 43 12 503 124 61
Binary 11100101 10100 10010101 0 1011011 100011 1010 101000011 1010100 110001

Color Harmonies of #E51495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51495

Black with #E51495

Text Example


Text Example

White with #E51495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51495; }

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

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

background-color css

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

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

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

border-color css

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

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

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