Shades of Violet #ED92FE
Tints of Violet #ED92FE
RGB
CMYK
RGB Variations
Color information
#ED92FE (or 0xED92FE) is known color: Violet. HEX triplet: ED, 92 and FE. RGB value is (237,146,254). Sum of RGB (Red+Green+Blue) = 237+146+254=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 146 (57.42% from 255 or 22.92% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED92FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED92FE is #126D01. Grayscale: #B9B9B9. Windows color (decimal): -1207554 or 16683757. OLE color: 16683757.
HSL color Cylindrical-coordinate representation of color #ED92FE: hue angle of 290.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED92FE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 146 | 254 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.00 |
| HSL | 290.56º | 0.98% | 0.78% | - |
| HSV(B) | 290.56º | 0.43% | 1% | - |
| XYZ | 63.09 | 45.72 | 99.27 | - |
| YUV | 185.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 254 | 0.07 | 0.43 | 0 | 0.00 | 290.56 | 0.98 | 0.78 |
| Hex | ED | 92 | FE | 7 | 2B | 0 | 0 | 123 | 62 | 4E |
| Octal | 355 | 222 | 376 | 7 | 53 | 0 | 0 | 443 | 142 | 116 |
| Binary | 11101101 | 10010010 | 11111110 | 111 | 101011 | 0 | 0 | 100100011 | 1100010 | 1001110 |
Color Harmonies of #ED92FE
Complementary color
Monochromatic Colors of #ED92FE
Black with #ED92FE
Text Example
Text Example
White with #ED92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92FE; }
p { color: rgb(237,146,254); }
H1.HeaderClassName
{
color: #ED92FE;
}
.AnyTagClassName
{
color: #ED92FE;
}
</style>
background-color css
<style>
a { background-color: #ED92FE; }
a { background-color: rgb(237,146,254); }
div.DivClassName
{
background-color: #ED92FE;
}
.BgClassName
{
background-color: #ED92FE;
}
</style>
border-color css
<style>
span { border-color: #ED92FE; }
span { border-color: rgb(237,146,254); }
td.TdClassName
{
border-color: #ED92FE;
}
.TagClassName
{
border-color: #ED92FE;
}
</style>