Html Css Color HEX #E80380 Deep Pink

📋 copy color: '#E80380'

red 232 ◦ green 3 ◦ blue 128

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

Shades of Deep Pink #E80380

Tints of Deep Pink #E80380

RGB

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

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

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

R = 63.91%
G = 0.83%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E80380 (or 0xE80380) is known color: Deep Pink. HEX triplet: E8, 03 and 80. RGB value is (232,3,128). Sum of RGB (Red+Green+Blue) = 232+3+128=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E80380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80380 is #17FC7F. Grayscale: #555555. Windows color (decimal): -1571968 or 8389608. OLE color: 8389608.

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

Color convert

RGB 232 3 128 -
CMYK 0 0.99 0.45 0.09
HSL 327.25º 0.97% 0.46% -
HSV(B) 327.25º 0.99% 0.91% -
XYZ 37.21 18.78 22.09 -
YUV 85.72 151.87 232.34 -
System Red Green Blue C M Y K H S L
Decimal 232 3 128 0 0.99 0.45 0.09 327.25 0.97 0.46
Hex E8 3 80 0 63 2D 9 147 61 2E
Octal 350 3 200 0 143 55 11 507 141 56
Binary 11101000 11 10000000 0 1100011 101101 1001 101000111 1100001 101110

Color Harmonies of #E80380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80380

Black with #E80380

Text Example


Text Example

White with #E80380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80380; }

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

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

background-color css

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

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

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

border-color css

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

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

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