Html Css Color HEX #88014E Eggplant

📋 copy color: '#88014E'

red 136 ◦ green 1 ◦ blue 78

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

Shades of Eggplant #88014E

Tints of Eggplant #88014E

RGB

 RED value IS 136 (53.52% from 255) = 63.26%

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 78 (30.86% from 255) = 36.28%

R = 63.26%
G = 0.47%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88014E (or 0x88014E) is known color: Eggplant. HEX triplet: 88, 01 and 4E. RGB value is (136,1,78). Sum of RGB (Red+Green+Blue) = 136+1+78=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88014E is #77FEB1. Grayscale: #313131. Windows color (decimal): -7863986 or 5112200. OLE color: 5112200.

HSL color Cylindrical-coordinate representation of color #88014E: hue angle of 325.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88014E is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 78 -
CMYK 0 0.99 0.43 0.47
HSL 325.78º 0.99% 0.27% -
HSV(B) 325.78º 0.99% 0.53% -
XYZ 11.54 5.81 7.72 -
YUV 50.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 136 1 78 0 0.99 0.43 0.47 325.78 0.99 0.27
Hex 88 1 4E 0 63 2B 2F 146 63 1B
Octal 210 1 116 0 143 53 57 506 143 33
Binary 10001000 1 1001110 0 1100011 101011 101111 101000110 1100011 11011

Color Harmonies of #88014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88014E

Black with #88014E

Text Example


Text Example

White with #88014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88014E; }

 p { color: rgb(136,1,78); }

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

background-color css

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

 a { background-color: rgb(136,1,78); }

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

border-color css

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

 span { border-color: rgb(136,1,78); }

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