Html Css Color HEX #E80480 Deep Pink

📋 copy color: '#E80480'

red 232 ◦ green 4 ◦ blue 128

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

Shades of Deep Pink #E80480

Tints of Deep Pink #E80480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 63.74%
G = 1.1%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E80480 (or 0xE80480) is known color: Deep Pink. HEX triplet: E8, 04 and 80. RGB value is (232,4,128). Sum of RGB (Red+Green+Blue) = 232+4+128=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E80480 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80480 is #17FB7F. Grayscale: #565656. Windows color (decimal): -1571712 or 8389864. OLE color: 8389864.

HSL color Cylindrical-coordinate representation of color #E80480: hue angle of 327.37º 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 #E80480 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 4 128 -
CMYK 0 0.98 0.45 0.09
HSL 327.37º 0.97% 0.46% -
HSV(B) 327.37º 0.98% 0.91% -
XYZ 37.22 18.8 22.09 -
YUV 86.31 151.54 231.92 -
System Red Green Blue C M Y K H S L
Decimal 232 4 128 0 0.98 0.45 0.09 327.37 0.97 0.46
Hex E8 4 80 0 62 2D 9 147 61 2E
Octal 350 4 200 0 142 55 11 507 141 56
Binary 11101000 100 10000000 0 1100010 101101 1001 101000111 1100001 101110

Color Harmonies of #E80480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80480

Black with #E80480

Text Example


Text Example

White with #E80480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80480; }

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

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

background-color css

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

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

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

border-color css

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

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

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