Html Css Color HEX #E80F87 Deep Pink

📋 copy color: '#E80F87'

red 232 ◦ green 15 ◦ blue 135

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

Shades of Deep Pink #E80F87

Tints of Deep Pink #E80F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.93%

 BLUE value IS 135 (53.13% from 255) = 35.34%

R = 60.73%
G = 3.93%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E80F87 (or 0xE80F87) is known color: Deep Pink. HEX triplet: E8, 0F and 87. RGB value is (232,15,135). Sum of RGB (Red+Green+Blue) = 232+15+135=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F87 is #17F078. Grayscale: #5D5D5D. Windows color (decimal): -1568889 or 8851432. OLE color: 8851432.

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

Color convert

RGB 232 15 135 -
CMYK 0 0.94 0.42 0.09
HSL 326.82º 0.88% 0.48% -
HSV(B) 326.82º 0.94% 0.91% -
XYZ 37.82 19.25 24.64 -
YUV 93.56 151.39 226.74 -
System Red Green Blue C M Y K H S L
Decimal 232 15 135 0 0.94 0.42 0.09 326.82 0.88 0.48
Hex E8 F 87 0 5E 2A 9 147 58 30
Octal 350 17 207 0 136 52 11 507 130 60
Binary 11101000 1111 10000111 0 1011110 101010 1001 101000111 1011000 110000

Color Harmonies of #E80F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F87

Black with #E80F87

Text Example


Text Example

White with #E80F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F87; }

 p { color: rgb(232,15,135); }

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

background-color css

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

 a { background-color: rgb(232,15,135); }

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

border-color css

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

 span { border-color: rgb(232,15,135); }

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