Shades of Plum #EFAEEF
Tints of Plum #EFAEEF
RGB
CMYK
RGB Variations
Color information
#EFAEEF (or 0xEFAEEF) is known color: Plum. HEX triplet: EF, AE and EF. RGB value is (239,174,239). Sum of RGB (Red+Green+Blue) = 239+174+239=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEF is #105110. Grayscale: #C8C8C8. Windows color (decimal): -1069329 or 15707887. OLE color: 15707887.
HSL color Cylindrical-coordinate representation of color #EFAEEF: hue angle of 300º 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 #EFAEEF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 239 | - |
| CMYK | 0 | 0.27 | 0 | 0.06 |
| HSL | 300º | 0.67% | 0.81% | - |
| HSV(B) | 300º | 0.27% | 0.94% | - |
| XYZ | 66.31 | 54.85 | 88.75 | - |
| YUV | 200.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 239 | 0 | 0.27 | 0 | 0.06 | 300 | 0.67 | 0.81 |
| Hex | EF | AE | EF | 0 | 1B | 0 | 6 | 12C | 43 | 51 |
| Octal | 357 | 256 | 357 | 0 | 33 | 0 | 6 | 454 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11101111 | 0 | 11011 | 0 | 110 | 100101100 | 1000011 | 1010001 |
Color Harmonies of #EFAEEF
Complementary color
Monochromatic Colors of #EFAEEF
Black with #EFAEEF
Text Example
Text Example
White with #EFAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEEF; }
p { color: rgb(239,174,239); }
H1.HeaderClassName
{
color: #EFAEEF;
}
.AnyTagClassName
{
color: #EFAEEF;
}
</style>
background-color css
<style>
a { background-color: #EFAEEF; }
a { background-color: rgb(239,174,239); }
div.DivClassName
{
background-color: #EFAEEF;
}
.BgClassName
{
background-color: #EFAEEF;
}
</style>
border-color css
<style>
span { border-color: #EFAEEF; }
span { border-color: rgb(239,174,239); }
td.TdClassName
{
border-color: #EFAEEF;
}
.TagClassName
{
border-color: #EFAEEF;
}
</style>