Shades of Plum #EBAFF0
Tints of Plum #EBAFF0
RGB
CMYK
RGB Variations
Color information
#EBAFF0 (or 0xEBAFF0) is known color: Plum. HEX triplet: EB, AF and F0. RGB value is (235,175,240). Sum of RGB (Red+Green+Blue) = 235+175+240=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF0 is #14500F. Grayscale: #C8C8C8. Windows color (decimal): -1331216 or 15773675. OLE color: 15773675.
HSL color Cylindrical-coordinate representation of color #EBAFF0: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBAFF0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 175 | 240 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.06 |
| HSL | 295.38º | 0.68% | 0.81% | - |
| HSV(B) | 295.38º | 0.27% | 0.94% | - |
| XYZ | 65.32 | 54.61 | 89.54 | - |
| YUV | 200.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 240 | 0.02 | 0.27 | 0 | 0.06 | 295.38 | 0.68 | 0.81 |
| Hex | EB | AF | F0 | 2 | 1B | 0 | 6 | 127 | 44 | 51 |
| Octal | 353 | 257 | 360 | 2 | 33 | 0 | 6 | 447 | 104 | 121 |
| Binary | 11101011 | 10101111 | 11110000 | 10 | 11011 | 0 | 110 | 100100111 | 1000100 | 1010001 |
Color Harmonies of #EBAFF0
Complementary color
Monochromatic Colors of #EBAFF0
Black with #EBAFF0
Text Example
Text Example
White with #EBAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFF0; }
p { color: rgb(235,175,240); }
H1.HeaderClassName
{
color: #EBAFF0;
}
.AnyTagClassName
{
color: #EBAFF0;
}
</style>
background-color css
<style>
a { background-color: #EBAFF0; }
a { background-color: rgb(235,175,240); }
div.DivClassName
{
background-color: #EBAFF0;
}
.BgClassName
{
background-color: #EBAFF0;
}
</style>
border-color css
<style>
span { border-color: #EBAFF0; }
span { border-color: rgb(235,175,240); }
td.TdClassName
{
border-color: #EBAFF0;
}
.TagClassName
{
border-color: #EBAFF0;
}
</style>