Shades of Plum #EFAFF0
Tints of Plum #EFAFF0
RGB
CMYK
RGB Variations
Color information
#EFAFF0 (or 0xEFAFF0) is known color: Plum. HEX triplet: EF, AF and F0. RGB value is (239,175,240). Sum of RGB (Red+Green+Blue) = 239+175+240=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF0 is #10500F. Grayscale: #C9C9C9. Windows color (decimal): -1069072 or 15773679. OLE color: 15773679.
HSL color Cylindrical-coordinate representation of color #EFAFF0: hue angle of 299.08º 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 #EFAFF0 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 240 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.06 |
| HSL | 299.08º | 0.68% | 0.81% | - |
| HSV(B) | 299.08º | 0.27% | 0.94% | - |
| XYZ | 66.65 | 55.3 | 89.6 | - |
| YUV | 201.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 240 | 0.00 | 0.27 | 0 | 0.06 | 299.08 | 0.68 | 0.81 |
| Hex | EF | AF | F0 | 0 | 1B | 0 | 6 | 12B | 44 | 51 |
| Octal | 357 | 257 | 360 | 0 | 33 | 0 | 6 | 453 | 104 | 121 |
| Binary | 11101111 | 10101111 | 11110000 | 0 | 11011 | 0 | 110 | 100101011 | 1000100 | 1010001 |
Color Harmonies of #EFAFF0
Complementary color
Monochromatic Colors of #EFAFF0
Black with #EFAFF0
Text Example
Text Example
White with #EFAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFF0; }
p { color: rgb(239,175,240); }
H1.HeaderClassName
{
color: #EFAFF0;
}
.AnyTagClassName
{
color: #EFAFF0;
}
</style>
background-color css
<style>
a { background-color: #EFAFF0; }
a { background-color: rgb(239,175,240); }
div.DivClassName
{
background-color: #EFAFF0;
}
.BgClassName
{
background-color: #EFAFF0;
}
</style>
border-color css
<style>
span { border-color: #EFAFF0; }
span { border-color: rgb(239,175,240); }
td.TdClassName
{
border-color: #EFAFF0;
}
.TagClassName
{
border-color: #EFAFF0;
}
</style>