Html Css Color HEX #E80384 Deep Pink

📋 copy color: '#E80384'

red 232 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #E80384

Tints of Deep Pink #E80384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 63.22%
G = 0.82%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E80384 (or 0xE80384) is known color: Deep Pink. HEX triplet: E8, 03 and 84. RGB value is (232,3,132). Sum of RGB (Red+Green+Blue) = 232+3+132=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E80384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80384 is #17FC7B. Grayscale: #555555. Windows color (decimal): -1571964 or 8651752. OLE color: 8651752.

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

Color convert

RGB 232 3 132 -
CMYK 0 0.99 0.43 0.09
HSL 326.2º 0.97% 0.46% -
HSV(B) 326.2º 0.99% 0.91% -
XYZ 37.48 18.89 23.5 -
YUV 86.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 232 3 132 0 0.99 0.43 0.09 326.2 0.97 0.46
Hex E8 3 84 0 63 2B 9 146 61 2E
Octal 350 3 204 0 143 53 11 506 141 56
Binary 11101000 11 10000100 0 1100011 101011 1001 101000110 1100001 101110

Color Harmonies of #E80384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80384

Black with #E80384

Text Example


Text Example

White with #E80384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80384; }

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

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

background-color css

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

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

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

border-color css

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

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

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