Shades of Plum #EBA8F2
Tints of Plum #EBA8F2
RGB
CMYK
RGB Variations
Color information
#EBA8F2 (or 0xEBA8F2) is known color: Plum. HEX triplet: EB, A8 and F2. RGB value is (235,168,242). Sum of RGB (Red+Green+Blue) = 235+168+242=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBA8F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8F2 is #14570D. Grayscale: #C4C4C4. Windows color (decimal): -1333006 or 15902955. OLE color: 15902955.
HSL color Cylindrical-coordinate representation of color #EBA8F2: hue angle of 294.32º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA8F2 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 168 | 242 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.05 |
| HSL | 294.32º | 0.74% | 0.8% | - |
| HSV(B) | 294.32º | 0.31% | 0.95% | - |
| XYZ | 64.29 | 52.08 | 90.67 | - |
| YUV | 196.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 242 | 0.03 | 0.31 | 0 | 0.05 | 294.32 | 0.74 | 0.8 |
| Hex | EB | A8 | F2 | 3 | 1F | 0 | 5 | 126 | 4A | 50 |
| Octal | 353 | 250 | 362 | 3 | 37 | 0 | 5 | 446 | 112 | 120 |
| Binary | 11101011 | 10101000 | 11110010 | 11 | 11111 | 0 | 101 | 100100110 | 1001010 | 1010000 |
Color Harmonies of #EBA8F2
Complementary color
Monochromatic Colors of #EBA8F2
Black with #EBA8F2
Text Example
Text Example
White with #EBA8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8F2; }
p { color: rgb(235,168,242); }
H1.HeaderClassName
{
color: #EBA8F2;
}
.AnyTagClassName
{
color: #EBA8F2;
}
</style>
background-color css
<style>
a { background-color: #EBA8F2; }
a { background-color: rgb(235,168,242); }
div.DivClassName
{
background-color: #EBA8F2;
}
.BgClassName
{
background-color: #EBA8F2;
}
</style>
border-color css
<style>
span { border-color: #EBA8F2; }
span { border-color: rgb(235,168,242); }
td.TdClassName
{
border-color: #EBA8F2;
}
.TagClassName
{
border-color: #EBA8F2;
}
</style>