Shades of Plum #EFB2F2
Tints of Plum #EFB2F2
RGB
CMYK
RGB Variations
Color information
#EFB2F2 (or 0xEFB2F2) is known color: Plum. HEX triplet: EF, B2 and F2. RGB value is (239,178,242). Sum of RGB (Red+Green+Blue) = 239+178+242=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2F2 is #104D0D. Grayscale: #CBCBCB. Windows color (decimal): -1068302 or 15905519. OLE color: 15905519.
HSL color Cylindrical-coordinate representation of color #EFB2F2: hue angle of 297.19º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2F2 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 178 | 242 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.05 |
| HSL | 297.19º | 0.71% | 0.82% | - |
| HSV(B) | 297.19º | 0.26% | 0.95% | - |
| XYZ | 67.54 | 56.6 | 91.37 | - |
| YUV | 203.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 242 | 0.01 | 0.26 | 0 | 0.05 | 297.19 | 0.71 | 0.82 |
| Hex | EF | B2 | F2 | 1 | 1A | 0 | 5 | 129 | 47 | 52 |
| Octal | 357 | 262 | 362 | 1 | 32 | 0 | 5 | 451 | 107 | 122 |
| Binary | 11101111 | 10110010 | 11110010 | 1 | 11010 | 0 | 101 | 100101001 | 1000111 | 1010010 |
Color Harmonies of #EFB2F2
Complementary color
Monochromatic Colors of #EFB2F2
Black with #EFB2F2
Text Example
Text Example
White with #EFB2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2F2; }
p { color: rgb(239,178,242); }
H1.HeaderClassName
{
color: #EFB2F2;
}
.AnyTagClassName
{
color: #EFB2F2;
}
</style>
background-color css
<style>
a { background-color: #EFB2F2; }
a { background-color: rgb(239,178,242); }
div.DivClassName
{
background-color: #EFB2F2;
}
.BgClassName
{
background-color: #EFB2F2;
}
</style>
border-color css
<style>
span { border-color: #EFB2F2; }
span { border-color: rgb(239,178,242); }
td.TdClassName
{
border-color: #EFB2F2;
}
.TagClassName
{
border-color: #EFB2F2;
}
</style>