Html Css Color HEX #E80784 Deep Pink

📋 copy color: '#E80784'

red 232 ◦ green 7 ◦ blue 132

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

Shades of Deep Pink #E80784

Tints of Deep Pink #E80784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

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

R = 62.53%
G = 1.89%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E80784 (or 0xE80784) is known color: Deep Pink. HEX triplet: E8, 07 and 84. RGB value is (232,7,132). Sum of RGB (Red+Green+Blue) = 232+7+132=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E80784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80784 is #17F87B. Grayscale: #585858. Windows color (decimal): -1570940 or 8652776. OLE color: 8652776.

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

Color convert

RGB 232 7 132 -
CMYK 0 0.97 0.43 0.09
HSL 326.67º 0.94% 0.47% -
HSV(B) 326.67º 0.97% 0.91% -
XYZ 37.52 18.97 23.51 -
YUV 88.53 152.54 230.34 -
System Red Green Blue C M Y K H S L
Decimal 232 7 132 0 0.97 0.43 0.09 326.67 0.94 0.47
Hex E8 7 84 0 61 2B 9 147 5E 2F
Octal 350 7 204 0 141 53 11 507 136 57
Binary 11101000 111 10000100 0 1100001 101011 1001 101000111 1011110 101111

Color Harmonies of #E80784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80784

Black with #E80784

Text Example


Text Example

White with #E80784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80784; }

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

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

background-color css

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

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

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

border-color css

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

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

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