Html Css Color HEX #E51586 Deep Pink

📋 copy color: '#E51586'

red 229 ◦ green 21 ◦ blue 134

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

Shades of Deep Pink #E51586

Tints of Deep Pink #E51586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

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

R = 59.64%
G = 5.47%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E51586 (or 0xE51586) is known color: Deep Pink. HEX triplet: E5, 15 and 86. RGB value is (229,21,134). Sum of RGB (Red+Green+Blue) = 229+21+134=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E51586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51586 is #1AEA79. Grayscale: #5F5F5F. Windows color (decimal): -1763962 or 8787429. OLE color: 8787429.

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

Color convert

RGB 229 21 134 -
CMYK 0 0.91 0.41 0.10
HSL 327.4º 0.83% 0.49% -
HSV(B) 327.4º 0.91% 0.9% -
XYZ 36.88 18.92 24.26 -
YUV 96.07 149.41 222.81 -
System Red Green Blue C M Y K H S L
Decimal 229 21 134 0 0.91 0.41 0.10 327.4 0.83 0.49
Hex E5 15 86 0 5B 29 A 147 53 31
Octal 345 25 206 0 133 51 12 507 123 61
Binary 11100101 10101 10000110 0 1011011 101001 1010 101000111 1010011 110001

Color Harmonies of #E51586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51586

Black with #E51586

Text Example


Text Example

White with #E51586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51586; }

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

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

background-color css

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

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

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

border-color css

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

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

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