Html Css Color HEX #E80482 Deep Pink

📋 copy color: '#E80482'

red 232 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #E80482

Tints of Deep Pink #E80482

RGB

 RED value IS 232 (91.02% from 255) = 63.39%

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 63.39%
G = 1.09%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E80482 (or 0xE80482) is known color: Deep Pink. HEX triplet: E8, 04 and 82. RGB value is (232,4,130). Sum of RGB (Red+Green+Blue) = 232+4+130=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E80482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80482 is #17FB7D. Grayscale: #565656. Windows color (decimal): -1571710 or 8520936. OLE color: 8520936.

HSL color Cylindrical-coordinate representation of color #E80482: hue angle of 326.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80482 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 4 130 -
CMYK 0 0.98 0.44 0.09
HSL 326.84º 0.97% 0.46% -
HSV(B) 326.84º 0.98% 0.91% -
XYZ 37.35 18.85 22.79 -
YUV 86.54 152.54 231.75 -
System Red Green Blue C M Y K H S L
Decimal 232 4 130 0 0.98 0.44 0.09 326.84 0.97 0.46
Hex E8 4 82 0 62 2C 9 147 61 2E
Octal 350 4 202 0 142 54 11 507 141 56
Binary 11101000 100 10000010 0 1100010 101100 1001 101000111 1100001 101110

Color Harmonies of #E80482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80482

Black with #E80482

Text Example


Text Example

White with #E80482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80482; }

 p { color: rgb(232,4,130); }

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

background-color css

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

 a { background-color: rgb(232,4,130); }

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

border-color css

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

 span { border-color: rgb(232,4,130); }

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