Shades of Plum #EFAEEC
Tints of Plum #EFAEEC
RGB
CMYK
RGB Variations
Color information
#EFAEEC (or 0xEFAEEC) is known color: Plum. HEX triplet: EF, AE and EC. RGB value is (239,174,236). Sum of RGB (Red+Green+Blue) = 239+174+236=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEC is #105113. Grayscale: #C8C8C8. Windows color (decimal): -1069332 or 15511279. OLE color: 15511279.
HSL color Cylindrical-coordinate representation of color #EFAEEC: hue angle of 302.77º degrees, saturation: 0.67, 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 #EFAEEC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 236 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.06 |
| HSL | 302.77º | 0.67% | 0.81% | - |
| HSV(B) | 302.77º | 0.27% | 0.94% | - |
| XYZ | 65.87 | 54.68 | 86.44 | - |
| YUV | 200.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 236 | 0 | 0.27 | 0.01 | 0.06 | 302.77 | 0.67 | 0.81 |
| Hex | EF | AE | EC | 0 | 1B | 1 | 6 | 12F | 43 | 51 |
| Octal | 357 | 256 | 354 | 0 | 33 | 1 | 6 | 457 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11101100 | 0 | 11011 | 1 | 110 | 100101111 | 1000011 | 1010001 |
Color Harmonies of #EFAEEC
Complementary color
Monochromatic Colors of #EFAEEC
Black with #EFAEEC
Text Example
Text Example
White with #EFAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEEC; }
p { color: rgb(239,174,236); }
H1.HeaderClassName
{
color: #EFAEEC;
}
.AnyTagClassName
{
color: #EFAEEC;
}
</style>
background-color css
<style>
a { background-color: #EFAEEC; }
a { background-color: rgb(239,174,236); }
div.DivClassName
{
background-color: #EFAEEC;
}
.BgClassName
{
background-color: #EFAEEC;
}
</style>
border-color css
<style>
span { border-color: #EFAEEC; }
span { border-color: rgb(239,174,236); }
td.TdClassName
{
border-color: #EFAEEC;
}
.TagClassName
{
border-color: #EFAEEC;
}
</style>