Shades of Plum #EEACEB
Tints of Plum #EEACEB
RGB
CMYK
RGB Variations
Color information
#EEACEB (or 0xEEACEB) is known color: Plum. HEX triplet: EE, AC and EB. RGB value is (238,172,235). Sum of RGB (Red+Green+Blue) = 238+172+235=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACEB is #115314. Grayscale: #C6C6C6. Windows color (decimal): -1135381 or 15445230. OLE color: 15445230.
HSL color Cylindrical-coordinate representation of color #EEACEB: hue angle of 302.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACEB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 235 | - |
CMYK | 0 | 0.28 | 0.01 | 0.07 |
HSL | 302.73º | 0.66% | 0.8% | - |
HSV(B) | 302.73º | 0.28% | 0.93% | - |
XYZ | 65.01 | 53.68 | 85.53 | - |
YUV | 198.92 | 148.37 | 155.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 235 | 0 | 0.28 | 0.01 | 0.07 | 302.73 | 0.66 | 0.8 |
Hex | EE | AC | EB | 0 | 1C | 1 | 7 | 12F | 42 | 50 |
Octal | 356 | 254 | 353 | 0 | 34 | 1 | 7 | 457 | 102 | 120 |
Binary | 11101110 | 10101100 | 11101011 | 0 | 11100 | 1 | 111 | 100101111 | 1000010 | 1010000 |
Color Harmonies of #EEACEB
Complementary color
Monochromatic Colors of #EEACEB
Black with #EEACEB
Text Example
Text Example
White with #EEACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACEB; }
p { color: rgb(238,172,235); }
H1.HeaderClassName
{
color: #EEACEB;
}
.AnyTagClassName
{
color: #EEACEB;
}
</style>
background-color css
<style>
a { background-color: #EEACEB; }
a { background-color: rgb(238,172,235); }
div.DivClassName
{
background-color: #EEACEB;
}
.BgClassName
{
background-color: #EEACEB;
}
</style>
border-color css
<style>
span { border-color: #EEACEB; }
span { border-color: rgb(238,172,235); }
td.TdClassName
{
border-color: #EEACEB;
}
.TagClassName
{
border-color: #EEACEB;
}
</style>