Shades of Violet #EC92E8
Tints of Violet #EC92E8
RGB
CMYK
RGB Variations
Color information
#EC92E8 (or 0xEC92E8) is known color: Violet. HEX triplet: EC, 92 and E8. RGB value is (236,146,232). Sum of RGB (Red+Green+Blue) = 236+146+232=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92E8 is #136D17. Grayscale: #B6B6B6. Windows color (decimal): -1273112 or 15241964. OLE color: 15241964.
HSL color Cylindrical-coordinate representation of color #EC92E8: hue angle of 302.67º degrees, saturation: 0.7, 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 #EC92E8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 232 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.07 |
| HSL | 302.67º | 0.7% | 0.75% | - |
| HSV(B) | 302.67º | 0.38% | 0.93% | - |
| XYZ | 59.44 | 44.22 | 81.75 | - |
| YUV | 182.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 232 | 0 | 0.38 | 0.02 | 0.07 | 302.67 | 0.7 | 0.75 |
| Hex | EC | 92 | E8 | 0 | 26 | 2 | 7 | 12F | 46 | 4B |
| Octal | 354 | 222 | 350 | 0 | 46 | 2 | 7 | 457 | 106 | 113 |
| Binary | 11101100 | 10010010 | 11101000 | 0 | 100110 | 10 | 111 | 100101111 | 1000110 | 1001011 |
Color Harmonies of #EC92E8
Complementary color
Monochromatic Colors of #EC92E8
Black with #EC92E8
Text Example
Text Example
White with #EC92E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92E8; }
p { color: rgb(236,146,232); }
H1.HeaderClassName
{
color: #EC92E8;
}
.AnyTagClassName
{
color: #EC92E8;
}
</style>
background-color css
<style>
a { background-color: #EC92E8; }
a { background-color: rgb(236,146,232); }
div.DivClassName
{
background-color: #EC92E8;
}
.BgClassName
{
background-color: #EC92E8;
}
</style>
border-color css
<style>
span { border-color: #EC92E8; }
span { border-color: rgb(236,146,232); }
td.TdClassName
{
border-color: #EC92E8;
}
.TagClassName
{
border-color: #EC92E8;
}
</style>