Html Css Color HEX #E80687 Deep Pink

📋 copy color: '#E80687'

red 232 ◦ green 6 ◦ blue 135

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

Shades of Deep Pink #E80687

Tints of Deep Pink #E80687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

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

R = 62.2%
G = 1.61%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E80687 (or 0xE80687) is known color: Deep Pink. HEX triplet: E8, 06 and 87. RGB value is (232,6,135). Sum of RGB (Red+Green+Blue) = 232+6+135=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E80687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80687 is #17F978. Grayscale: #575757. Windows color (decimal): -1571193 or 8849128. OLE color: 8849128.

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

Color convert

RGB 232 6 135 -
CMYK 0 0.97 0.42 0.09
HSL 325.75º 0.95% 0.47% -
HSV(B) 325.75º 0.97% 0.91% -
XYZ 37.72 19.04 24.61 -
YUV 88.28 154.37 230.51 -
System Red Green Blue C M Y K H S L
Decimal 232 6 135 0 0.97 0.42 0.09 325.75 0.95 0.47
Hex E8 6 87 0 61 2A 9 146 5F 2F
Octal 350 6 207 0 141 52 11 506 137 57
Binary 11101000 110 10000111 0 1100001 101010 1001 101000110 1011111 101111

Color Harmonies of #E80687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80687

Black with #E80687

Text Example


Text Example

White with #E80687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80687; }

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

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

background-color css

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

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

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

border-color css

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

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

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