Html Css Color HEX #E51082 Deep Pink

📋 copy color: '#E51082'

red 229 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #E51082

Tints of Deep Pink #E51082

RGB

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

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

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

R = 61.07%
G = 4.27%
B = 34.67%

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

#E51082 (or 0xE51082) is known color: Deep Pink. HEX triplet: E5, 10 and 82. RGB value is (229,16,130). Sum of RGB (Red+Green+Blue) = 229+16+130=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E51082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51082 is #1AEF7D. Grayscale: #5C5C5C. Windows color (decimal): -1765246 or 8524005. OLE color: 8524005.

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

Color convert

RGB 229 16 130 -
CMYK 0 0.93 0.43 0.10
HSL 327.89º 0.87% 0.48% -
HSV(B) 327.89º 0.93% 0.9% -
XYZ 36.53 18.64 22.79 -
YUV 92.68 149.07 225.23 -
System Red Green Blue C M Y K H S L
Decimal 229 16 130 0 0.93 0.43 0.10 327.89 0.87 0.48
Hex E5 10 82 0 5D 2B A 148 57 30
Octal 345 20 202 0 135 53 12 510 127 60
Binary 11100101 10000 10000010 0 1011101 101011 1010 101001000 1010111 110000

Color Harmonies of #E51082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51082

Black with #E51082

Text Example


Text Example

White with #E51082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51082; }

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

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

background-color css

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

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

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

border-color css

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

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

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