Shades of Plum #EFAFF2
Tints of Plum #EFAFF2
RGB
CMYK
RGB Variations
Color information
#EFAFF2 (or 0xEFAFF2) is known color: Plum. HEX triplet: EF, AF and F2. RGB value is (239,175,242). Sum of RGB (Red+Green+Blue) = 239+175+242=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFF2 is #10500D. Grayscale: #C9C9C9. Windows color (decimal): -1069070 or 15904751. OLE color: 15904751.
HSL color Cylindrical-coordinate representation of color #EFAFF2: hue angle of 297.31º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFAFF2 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 175 | 242 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.05 |
| HSL | 297.31º | 0.72% | 0.82% | - |
| HSV(B) | 297.31º | 0.28% | 0.95% | - |
| XYZ | 66.95 | 55.42 | 91.17 | - |
| YUV | 201.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 242 | 0.01 | 0.28 | 0 | 0.05 | 297.31 | 0.72 | 0.82 |
| Hex | EF | AF | F2 | 1 | 1C | 0 | 5 | 129 | 48 | 52 |
| Octal | 357 | 257 | 362 | 1 | 34 | 0 | 5 | 451 | 110 | 122 |
| Binary | 11101111 | 10101111 | 11110010 | 1 | 11100 | 0 | 101 | 100101001 | 1001000 | 1010010 |
Color Harmonies of #EFAFF2
Complementary color
Monochromatic Colors of #EFAFF2
Black with #EFAFF2
Text Example
Text Example
White with #EFAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFF2; }
p { color: rgb(239,175,242); }
H1.HeaderClassName
{
color: #EFAFF2;
}
.AnyTagClassName
{
color: #EFAFF2;
}
</style>
background-color css
<style>
a { background-color: #EFAFF2; }
a { background-color: rgb(239,175,242); }
div.DivClassName
{
background-color: #EFAFF2;
}
.BgClassName
{
background-color: #EFAFF2;
}
</style>
border-color css
<style>
span { border-color: #EFAFF2; }
span { border-color: rgb(239,175,242); }
td.TdClassName
{
border-color: #EFAFF2;
}
.TagClassName
{
border-color: #EFAFF2;
}
</style>