Shades of Plum #EFB2F1
Tints of Plum #EFB2F1
RGB
CMYK
RGB Variations
Color information
#EFB2F1 (or 0xEFB2F1) is known color: Plum. HEX triplet: EF, B2 and F1. RGB value is (239,178,241). Sum of RGB (Red+Green+Blue) = 239+178+241=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2F1 is #104D0E. Grayscale: #CBCBCB. Windows color (decimal): -1068303 or 15839983. OLE color: 15839983.
HSL color Cylindrical-coordinate representation of color #EFB2F1: hue angle of 298.1º degrees, saturation: 0.69, 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 #EFB2F1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 178 | 241 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.05 |
| HSL | 298.1º | 0.69% | 0.82% | - |
| HSV(B) | 298.1º | 0.26% | 0.95% | - |
| XYZ | 67.39 | 56.54 | 90.58 | - |
| YUV | 203.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 241 | 0.01 | 0.26 | 0 | 0.05 | 298.1 | 0.69 | 0.82 |
| Hex | EF | B2 | F1 | 1 | 1A | 0 | 5 | 12A | 45 | 52 |
| Octal | 357 | 262 | 361 | 1 | 32 | 0 | 5 | 452 | 105 | 122 |
| Binary | 11101111 | 10110010 | 11110001 | 1 | 11010 | 0 | 101 | 100101010 | 1000101 | 1010010 |
Color Harmonies of #EFB2F1
Complementary color
Monochromatic Colors of #EFB2F1
Black with #EFB2F1
Text Example
Text Example
White with #EFB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2F1; }
p { color: rgb(239,178,241); }
H1.HeaderClassName
{
color: #EFB2F1;
}
.AnyTagClassName
{
color: #EFB2F1;
}
</style>
background-color css
<style>
a { background-color: #EFB2F1; }
a { background-color: rgb(239,178,241); }
div.DivClassName
{
background-color: #EFB2F1;
}
.BgClassName
{
background-color: #EFB2F1;
}
</style>
border-color css
<style>
span { border-color: #EFB2F1; }
span { border-color: rgb(239,178,241); }
td.TdClassName
{
border-color: #EFB2F1;
}
.TagClassName
{
border-color: #EFB2F1;
}
</style>