Html Css Color HEX #E80885 Deep Pink

📋 copy color: '#E80885'

red 232 ◦ green 8 ◦ blue 133

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

Shades of Deep Pink #E80885

Tints of Deep Pink #E80885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 62.2%
G = 2.14%
B = 35.66%

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

#E80885 (or 0xE80885) is known color: Deep Pink. HEX triplet: E8, 08 and 85. RGB value is (232,8,133). Sum of RGB (Red+Green+Blue) = 232+8+133=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E80885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80885 is #17F77A. Grayscale: #585858. Windows color (decimal): -1570683 or 8718568. OLE color: 8718568.

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

Color convert

RGB 232 8 133 -
CMYK 0 0.97 0.43 0.09
HSL 326.52º 0.93% 0.47% -
HSV(B) 326.52º 0.97% 0.91% -
XYZ 37.6 19.02 23.88 -
YUV 89.23 152.71 229.84 -
System Red Green Blue C M Y K H S L
Decimal 232 8 133 0 0.97 0.43 0.09 326.52 0.93 0.47
Hex E8 8 85 0 61 2B 9 147 5D 2F
Octal 350 10 205 0 141 53 11 507 135 57
Binary 11101000 1000 10000101 0 1100001 101011 1001 101000111 1011101 101111

Color Harmonies of #E80885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80885

Black with #E80885

Text Example


Text Example

White with #E80885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80885; }

 p { color: rgb(232,8,133); }

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

background-color css

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

 a { background-color: rgb(232,8,133); }

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

border-color css

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

 span { border-color: rgb(232,8,133); }

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