Html Css Color HEX #870E5C Eggplant

📋 copy color: '#870E5C'

red 135 ◦ green 14 ◦ blue 92

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

Shades of Eggplant #870E5C

Tints of Eggplant #870E5C

RGB

 RED value IS 135 (53.13% from 255) = 56.02%

 GREEN value IS 14 (5.86% from 255) = 5.81%

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 56.02%
G = 5.81%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#870E5C (or 0x870E5C) is known color: Eggplant. HEX triplet: 87, 0E and 5C. RGB value is (135,14,92). Sum of RGB (Red+Green+Blue) = 135+14+92=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E5C is #78F1A3. Grayscale: #3A3A3A. Windows color (decimal): -7926180 or 6033031. OLE color: 6033031.

HSL color Cylindrical-coordinate representation of color #870E5C: hue angle of 321.32º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E5C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 92 -
CMYK 0 0.90 0.32 0.47
HSL 321.32º 0.81% 0.29% -
HSV(B) 321.32º 0.9% 0.53% -
XYZ 12.08 6.24 10.69 -
YUV 59.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 135 14 92 0 0.90 0.32 0.47 321.32 0.81 0.29
Hex 87 E 5C 0 5A 20 2F 141 51 1D
Octal 207 16 134 0 132 40 57 501 121 35
Binary 10000111 1110 1011100 0 1011010 100000 101111 101000001 1010001 11101

Color Harmonies of #870E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E5C

Black with #870E5C

Text Example


Text Example

White with #870E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870E5C; }

 p { color: rgb(135,14,92); }

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

background-color css

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

 a { background-color: rgb(135,14,92); }

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

border-color css

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

 span { border-color: rgb(135,14,92); }

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