Shades of Violet #ED92E8
Tints of Violet #ED92E8
RGB
CMYK
RGB Variations
Color information
#ED92E8 (or 0xED92E8) is known color: Violet. HEX triplet: ED, 92 and E8. RGB value is (237,146,232). Sum of RGB (Red+Green+Blue) = 237+146+232=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED92E8 is #126D17. Grayscale: #B6B6B6. Windows color (decimal): -1207576 or 15241965. OLE color: 15241965.
HSL color Cylindrical-coordinate representation of color #ED92E8: hue angle of 303.3º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED92E8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 232 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.07 |
| HSL | 303.3º | 0.72% | 0.75% | - |
| HSV(B) | 303.3º | 0.38% | 0.93% | - |
| XYZ | 59.77 | 44.39 | 81.76 | - |
| YUV | 183.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 232 | 0 | 0.38 | 0.02 | 0.07 | 303.3 | 0.72 | 0.75 |
| Hex | ED | 92 | E8 | 0 | 26 | 2 | 7 | 12F | 48 | 4B |
| Octal | 355 | 222 | 350 | 0 | 46 | 2 | 7 | 457 | 110 | 113 |
| Binary | 11101101 | 10010010 | 11101000 | 0 | 100110 | 10 | 111 | 100101111 | 1001000 | 1001011 |
Color Harmonies of #ED92E8
Complementary color
Monochromatic Colors of #ED92E8
Black with #ED92E8
Text Example
Text Example
White with #ED92E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92E8; }
p { color: rgb(237,146,232); }
H1.HeaderClassName
{
color: #ED92E8;
}
.AnyTagClassName
{
color: #ED92E8;
}
</style>
background-color css
<style>
a { background-color: #ED92E8; }
a { background-color: rgb(237,146,232); }
div.DivClassName
{
background-color: #ED92E8;
}
.BgClassName
{
background-color: #ED92E8;
}
</style>
border-color css
<style>
span { border-color: #ED92E8; }
span { border-color: rgb(237,146,232); }
td.TdClassName
{
border-color: #ED92E8;
}
.TagClassName
{
border-color: #ED92E8;
}
</style>