Html Css Color HEX #88024C Eggplant

📋 copy color: '#88024C'

red 136 ◦ green 2 ◦ blue 76

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

Shades of Eggplant #88024C

Tints of Eggplant #88024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 63.55%
G = 0.93%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88024C (or 0x88024C) is known color: Eggplant. HEX triplet: 88, 02 and 4C. RGB value is (136,2,76). Sum of RGB (Red+Green+Blue) = 136+2+76=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88024C is #77FDB3. Grayscale: #323232. Windows color (decimal): -7863732 or 4981384. OLE color: 4981384.

HSL color Cylindrical-coordinate representation of color #88024C: hue angle of 326.87º degrees, saturation: 0.97, 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 #88024C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 76 -
CMYK 0 0.99 0.44 0.47
HSL 326.87º 0.97% 0.27% -
HSV(B) 326.87º 0.99% 0.53% -
XYZ 11.48 5.8 7.35 -
YUV 50.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 136 2 76 0 0.99 0.44 0.47 326.87 0.97 0.27
Hex 88 2 4C 0 63 2C 2F 147 61 1B
Octal 210 2 114 0 143 54 57 507 141 33
Binary 10001000 10 1001100 0 1100011 101100 101111 101000111 1100001 11011

Color Harmonies of #88024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88024C

Black with #88024C

Text Example


Text Example

White with #88024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88024C; }

 p { color: rgb(136,2,76); }

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

background-color css

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

 a { background-color: rgb(136,2,76); }

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

border-color css

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

 span { border-color: rgb(136,2,76); }

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