Shades of Plum #EFB2F3
Tints of Plum #EFB2F3
RGB
CMYK
RGB Variations
Color information
#EFB2F3 (or 0xEFB2F3) is known color: Plum. HEX triplet: EF, B2 and F3. RGB value is (239,178,243). Sum of RGB (Red+Green+Blue) = 239+178+243=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 178 (69.92% from 255 or 26.97% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFB2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2F3 is #104D0C. Grayscale: #CBCBCB. Windows color (decimal): -1068301 or 15971055. OLE color: 15971055.
HSL color Cylindrical-coordinate representation of color #EFB2F3: hue angle of 296.31º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB2F3 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 178 | 243 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.05 |
| HSL | 296.31º | 0.73% | 0.83% | - |
| HSV(B) | 296.31º | 0.27% | 0.95% | - |
| XYZ | 67.69 | 56.66 | 92.16 | - |
| YUV | 203.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 243 | 0.02 | 0.27 | 0 | 0.05 | 296.31 | 0.73 | 0.83 |
| Hex | EF | B2 | F3 | 2 | 1B | 0 | 5 | 128 | 49 | 53 |
| Octal | 357 | 262 | 363 | 2 | 33 | 0 | 5 | 450 | 111 | 123 |
| Binary | 11101111 | 10110010 | 11110011 | 10 | 11011 | 0 | 101 | 100101000 | 1001001 | 1010011 |
Color Harmonies of #EFB2F3
Complementary color
Monochromatic Colors of #EFB2F3
Black with #EFB2F3
Text Example
Text Example
White with #EFB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2F3; }
p { color: rgb(239,178,243); }
H1.HeaderClassName
{
color: #EFB2F3;
}
.AnyTagClassName
{
color: #EFB2F3;
}
</style>
background-color css
<style>
a { background-color: #EFB2F3; }
a { background-color: rgb(239,178,243); }
div.DivClassName
{
background-color: #EFB2F3;
}
.BgClassName
{
background-color: #EFB2F3;
}
</style>
border-color css
<style>
span { border-color: #EFB2F3; }
span { border-color: rgb(239,178,243); }
td.TdClassName
{
border-color: #EFB2F3;
}
.TagClassName
{
border-color: #EFB2F3;
}
</style>