Html Css Color HEX #E80988 Deep Pink

📋 copy color: '#E80988'

red 232 ◦ green 9 ◦ blue 136

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

Shades of Deep Pink #E80988

Tints of Deep Pink #E80988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 61.54%
G = 2.39%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E80988 (or 0xE80988) is known color: Deep Pink. HEX triplet: E8, 09 and 88. RGB value is (232,9,136). Sum of RGB (Red+Green+Blue) = 232+9+136=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E80988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80988 is #17F677. Grayscale: #595959. Windows color (decimal): -1570424 or 8915432. OLE color: 8915432.

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

Color convert

RGB 232 9 136 -
CMYK 0 0.96 0.41 0.09
HSL 325.83º 0.93% 0.47% -
HSV(B) 325.83º 0.96% 0.91% -
XYZ 37.82 19.13 24.99 -
YUV 90.16 153.88 229.17 -
System Red Green Blue C M Y K H S L
Decimal 232 9 136 0 0.96 0.41 0.09 325.83 0.93 0.47
Hex E8 9 88 0 60 29 9 146 5D 2F
Octal 350 11 210 0 140 51 11 506 135 57
Binary 11101000 1001 10001000 0 1100000 101001 1001 101000110 1011101 101111

Color Harmonies of #E80988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80988

Black with #E80988

Text Example


Text Example

White with #E80988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80988; }

 p { color: rgb(232,9,136); }

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

background-color css

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

 a { background-color: rgb(232,9,136); }

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

border-color css

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

 span { border-color: rgb(232,9,136); }

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