Html Css Color HEX #E51D96 Deep Pink

📋 copy color: '#E51D96'

red 229 ◦ green 29 ◦ blue 150

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

Shades of Deep Pink #E51D96

Tints of Deep Pink #E51D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 56.13%
G = 7.11%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E51D96 (or 0xE51D96) is known color: Deep Pink. HEX triplet: E5, 1D and 96. RGB value is (229,29,150). Sum of RGB (Red+Green+Blue) = 229+29+150=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51D96 is #1AE269. Grayscale: #666666. Windows color (decimal): -1761898 or 9838053. OLE color: 9838053.

HSL color Cylindrical-coordinate representation of color #E51D96: hue angle of 323.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51D96 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 29 150 -
CMYK 0 0.87 0.34 0.10
HSL 323.7º 0.79% 0.51% -
HSV(B) 323.7º 0.87% 0.9% -
XYZ 38.26 19.74 30.65 -
YUV 102.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 229 29 150 0 0.87 0.34 0.10 323.7 0.79 0.51
Hex E5 1D 96 0 57 22 A 144 4F 33
Octal 345 35 226 0 127 42 12 504 117 63
Binary 11100101 11101 10010110 0 1010111 100010 1010 101000100 1001111 110011

Color Harmonies of #E51D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51D96

Black with #E51D96

Text Example


Text Example

White with #E51D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51D96; }

 p { color: rgb(229,29,150); }

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

background-color css

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

 a { background-color: rgb(229,29,150); }

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

border-color css

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

 span { border-color: rgb(229,29,150); }

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