Html Css Color HEX #E51086 Deep Pink

📋 copy color: '#E51086'

red 229 ◦ green 16 ◦ blue 134

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

Shades of Deep Pink #E51086

Tints of Deep Pink #E51086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

 BLUE value IS 134 (52.73% from 255) = 35.36%

R = 60.42%
G = 4.22%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E51086 (or 0xE51086) is known color: Deep Pink. HEX triplet: E5, 10 and 86. RGB value is (229,16,134). Sum of RGB (Red+Green+Blue) = 229+16+134=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E51086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51086 is #1AEF79. Grayscale: #5C5C5C. Windows color (decimal): -1765242 or 8786149. OLE color: 8786149.

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

Color convert

RGB 229 16 134 -
CMYK 0 0.93 0.41 0.10
HSL 326.76º 0.87% 0.48% -
HSV(B) 326.76º 0.93% 0.9% -
XYZ 36.8 18.75 24.23 -
YUV 93.14 151.07 224.91 -
System Red Green Blue C M Y K H S L
Decimal 229 16 134 0 0.93 0.41 0.10 326.76 0.87 0.48
Hex E5 10 86 0 5D 29 A 147 57 30
Octal 345 20 206 0 135 51 12 507 127 60
Binary 11100101 10000 10000110 0 1011101 101001 1010 101000111 1010111 110000

Color Harmonies of #E51086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51086

Black with #E51086

Text Example


Text Example

White with #E51086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51086; }

 p { color: rgb(229,16,134); }

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

background-color css

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

 a { background-color: rgb(229,16,134); }

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

border-color css

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

 span { border-color: rgb(229,16,134); }

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