Shades of Violet #EA9CF6
Tints of Violet #EA9CF6
RGB
CMYK
RGB Variations
Color information
#EA9CF6 (or 0xEA9CF6) is known color: Violet. HEX triplet: EA, 9C and F6. RGB value is (234,156,246). Sum of RGB (Red+Green+Blue) = 234+156+246=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA9CF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CF6 is #156309. Grayscale: #BDBDBD. Windows color (decimal): -1401610 or 16162026. OLE color: 16162026.
HSL color Cylindrical-coordinate representation of color #EA9CF6: hue angle of 292º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9CF6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 156 | 246 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.04 |
| HSL | 292º | 0.83% | 0.79% | - |
| HSV(B) | 292º | 0.37% | 0.96% | - |
| XYZ | 62.45 | 47.92 | 93.15 | - |
| YUV | 189.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 246 | 0.05 | 0.37 | 0 | 0.04 | 292 | 0.83 | 0.79 |
| Hex | EA | 9C | F6 | 5 | 25 | 0 | 4 | 124 | 53 | 4F |
| Octal | 352 | 234 | 366 | 5 | 45 | 0 | 4 | 444 | 123 | 117 |
| Binary | 11101010 | 10011100 | 11110110 | 101 | 100101 | 0 | 100 | 100100100 | 1010011 | 1001111 |
Color Harmonies of #EA9CF6
Complementary color
Monochromatic Colors of #EA9CF6
Black with #EA9CF6
Text Example
Text Example
White with #EA9CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CF6; }
p { color: rgb(234,156,246); }
H1.HeaderClassName
{
color: #EA9CF6;
}
.AnyTagClassName
{
color: #EA9CF6;
}
</style>
background-color css
<style>
a { background-color: #EA9CF6; }
a { background-color: rgb(234,156,246); }
div.DivClassName
{
background-color: #EA9CF6;
}
.BgClassName
{
background-color: #EA9CF6;
}
</style>
border-color css
<style>
span { border-color: #EA9CF6; }
span { border-color: rgb(234,156,246); }
td.TdClassName
{
border-color: #EA9CF6;
}
.TagClassName
{
border-color: #EA9CF6;
}
</style>