Html Css Color HEX #E51182 Deep Pink

📋 copy color: '#E51182'

red 229 ◦ green 17 ◦ blue 130

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

Shades of Deep Pink #E51182

Tints of Deep Pink #E51182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 60.9%
G = 4.52%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E51182 (or 0xE51182) is known color: Deep Pink. HEX triplet: E5, 11 and 82. RGB value is (229,17,130). Sum of RGB (Red+Green+Blue) = 229+17+130=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E51182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51182 is #1AEE7D. Grayscale: #5D5D5D. Windows color (decimal): -1764990 or 8524261. OLE color: 8524261.

HSL color Cylindrical-coordinate representation of color #E51182: hue angle of 328.02º degrees, saturation: 0.86, 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 #E51182 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 130 -
CMYK 0 0.93 0.43 0.10
HSL 328.02º 0.86% 0.48% -
HSV(B) 328.02º 0.93% 0.9% -
XYZ 36.54 18.67 22.8 -
YUV 93.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 229 17 130 0 0.93 0.43 0.10 328.02 0.86 0.48
Hex E5 11 82 0 5D 2B A 148 56 30
Octal 345 21 202 0 135 53 12 510 126 60
Binary 11100101 10001 10000010 0 1011101 101011 1010 101001000 1010110 110000

Color Harmonies of #E51182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51182

Black with #E51182

Text Example


Text Example

White with #E51182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51182; }

 p { color: rgb(229,17,130); }

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

background-color css

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

 a { background-color: rgb(229,17,130); }

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

border-color css

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

 span { border-color: rgb(229,17,130); }

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