Html Css Color HEX #E80382 Deep Pink

📋 copy color: '#E80382'

red 232 ◦ green 3 ◦ blue 130

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

Shades of Deep Pink #E80382

Tints of Deep Pink #E80382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 63.56%
G = 0.82%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E80382 (or 0xE80382) is known color: Deep Pink. HEX triplet: E8, 03 and 82. RGB value is (232,3,130). Sum of RGB (Red+Green+Blue) = 232+3+130=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E80382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80382 is #17FC7D. Grayscale: #555555. Windows color (decimal): -1571966 or 8520680. OLE color: 8520680.

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

Color convert

RGB 232 3 130 -
CMYK 0 0.99 0.44 0.09
HSL 326.72º 0.97% 0.46% -
HSV(B) 326.72º 0.99% 0.91% -
XYZ 37.34 18.83 22.79 -
YUV 85.95 152.87 232.17 -
System Red Green Blue C M Y K H S L
Decimal 232 3 130 0 0.99 0.44 0.09 326.72 0.97 0.46
Hex E8 3 82 0 63 2C 9 147 61 2E
Octal 350 3 202 0 143 54 11 507 141 56
Binary 11101000 11 10000010 0 1100011 101100 1001 101000111 1100001 101110

Color Harmonies of #E80382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80382

Black with #E80382

Text Example


Text Example

White with #E80382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80382; }

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

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

background-color css

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

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

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

border-color css

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

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

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