Shades of Violet #ED92FF
Tints of Violet #ED92FF
RGB
CMYK
RGB Variations
Color information
#ED92FF (or 0xED92FF) is known color: Violet. HEX triplet: ED, 92 and FF. RGB value is (237,146,255). Sum of RGB (Red+Green+Blue) = 237+146+255=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 146 (57.42% from 255 or 22.88% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED92FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED92FF is #126D00. Grayscale: #B9B9B9. Windows color (decimal): -1207553 or 16749293. OLE color: 16749293.
HSL color Cylindrical-coordinate representation of color #ED92FF: hue angle of 290.09º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED92FF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 146 | 255 | - |
| CMYK | 0.07 | 0.43 | 0 | 0 |
| HSL | 290.09º | 1% | 0.79% | - |
| HSV(B) | 290.09º | 0.43% | 1% | - |
| XYZ | 63.25 | 45.78 | 100.11 | - |
| YUV | 185.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 255 | 0.07 | 0.43 | 0 | 0 | 290.09 | 1 | 0.79 |
| Hex | ED | 92 | FF | 7 | 2B | 0 | 0 | 122 | 64 | 4F |
| Octal | 355 | 222 | 377 | 7 | 53 | 0 | 0 | 442 | 144 | 117 |
| Binary | 11101101 | 10010010 | 11111111 | 111 | 101011 | 0 | 0 | 100100010 | 1100100 | 1001111 |
Color Harmonies of #ED92FF
Complementary color
Monochromatic Colors of #ED92FF
Black with #ED92FF
Text Example
Text Example
White with #ED92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92FF; }
p { color: rgb(237,146,255); }
H1.HeaderClassName
{
color: #ED92FF;
}
.AnyTagClassName
{
color: #ED92FF;
}
</style>
background-color css
<style>
a { background-color: #ED92FF; }
a { background-color: rgb(237,146,255); }
div.DivClassName
{
background-color: #ED92FF;
}
.BgClassName
{
background-color: #ED92FF;
}
</style>
border-color css
<style>
span { border-color: #ED92FF; }
span { border-color: rgb(237,146,255); }
td.TdClassName
{
border-color: #ED92FF;
}
.TagClassName
{
border-color: #ED92FF;
}
</style>