Shades of Violet #EF92F0
Tints of Violet #EF92F0
RGB
CMYK
RGB Variations
Color information
#EF92F0 (or 0xEF92F0) is known color: Violet. HEX triplet: EF, 92 and F0. RGB value is (239,146,240). Sum of RGB (Red+Green+Blue) = 239+146+240=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF92F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF92F0 is #106D0F. Grayscale: #B8B8B8. Windows color (decimal): -1076496 or 15766255. OLE color: 15766255.
HSL color Cylindrical-coordinate representation of color #EF92F0: hue angle of 299.36º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92F0 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 240 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.06 |
| HSL | 299.36º | 0.76% | 0.76% | - |
| HSV(B) | 299.36º | 0.39% | 0.94% | - |
| XYZ | 61.6 | 45.2 | 87.92 | - |
| YUV | 184.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 240 | 0.00 | 0.39 | 0 | 0.06 | 299.36 | 0.76 | 0.76 |
| Hex | EF | 92 | F0 | 0 | 27 | 0 | 6 | 12B | 4C | 4C |
| Octal | 357 | 222 | 360 | 0 | 47 | 0 | 6 | 453 | 114 | 114 |
| Binary | 11101111 | 10010010 | 11110000 | 0 | 100111 | 0 | 110 | 100101011 | 1001100 | 1001100 |
Color Harmonies of #EF92F0
Complementary color
Monochromatic Colors of #EF92F0
Black with #EF92F0
Text Example
Text Example
White with #EF92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92F0; }
p { color: rgb(239,146,240); }
H1.HeaderClassName
{
color: #EF92F0;
}
.AnyTagClassName
{
color: #EF92F0;
}
</style>
background-color css
<style>
a { background-color: #EF92F0; }
a { background-color: rgb(239,146,240); }
div.DivClassName
{
background-color: #EF92F0;
}
.BgClassName
{
background-color: #EF92F0;
}
</style>
border-color css
<style>
span { border-color: #EF92F0; }
span { border-color: rgb(239,146,240); }
td.TdClassName
{
border-color: #EF92F0;
}
.TagClassName
{
border-color: #EF92F0;
}
</style>