Shades of Violet #EF88F0
Tints of Violet #EF88F0
RGB
CMYK
RGB Variations
Color information
#EF88F0 (or 0xEF88F0) is known color: Violet. HEX triplet: EF, 88 and F0. RGB value is (239,136,240). Sum of RGB (Red+Green+Blue) = 239+136+240=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 136 (53.52% from 255 or 22.11% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF88F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF88F0 is #10770F. Grayscale: #B2B2B2. Windows color (decimal): -1079056 or 15763695. OLE color: 15763695.
HSL color Cylindrical-coordinate representation of color #EF88F0: hue angle of 299.42º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88F0 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 240 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.06 |
| HSL | 299.42º | 0.78% | 0.74% | - |
| HSV(B) | 299.42º | 0.43% | 0.94% | - |
| XYZ | 60.13 | 42.25 | 87.42 | - |
| YUV | 178.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 240 | 0.00 | 0.43 | 0 | 0.06 | 299.42 | 0.78 | 0.74 |
| Hex | EF | 88 | F0 | 0 | 2B | 0 | 6 | 12B | 4E | 4A |
| Octal | 357 | 210 | 360 | 0 | 53 | 0 | 6 | 453 | 116 | 112 |
| Binary | 11101111 | 10001000 | 11110000 | 0 | 101011 | 0 | 110 | 100101011 | 1001110 | 1001010 |
Color Harmonies of #EF88F0
Complementary color
Monochromatic Colors of #EF88F0
Black with #EF88F0
Text Example
Text Example
White with #EF88F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88F0; }
p { color: rgb(239,136,240); }
H1.HeaderClassName
{
color: #EF88F0;
}
.AnyTagClassName
{
color: #EF88F0;
}
</style>
background-color css
<style>
a { background-color: #EF88F0; }
a { background-color: rgb(239,136,240); }
div.DivClassName
{
background-color: #EF88F0;
}
.BgClassName
{
background-color: #EF88F0;
}
</style>
border-color css
<style>
span { border-color: #EF88F0; }
span { border-color: rgb(239,136,240); }
td.TdClassName
{
border-color: #EF88F0;
}
.TagClassName
{
border-color: #EF88F0;
}
</style>