Shades of Violet #EA9AF1
Tints of Violet #EA9AF1
RGB
CMYK
RGB Variations
Color information
#EA9AF1 (or 0xEA9AF1) is known color: Violet. HEX triplet: EA, 9A and F1. RGB value is (234,154,241). Sum of RGB (Red+Green+Blue) = 234+154+241=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA9AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AF1 is #15650E. Grayscale: #BBBBBB. Windows color (decimal): -1402127 or 15833834. OLE color: 15833834.
HSL color Cylindrical-coordinate representation of color #EA9AF1: hue angle of 295.17º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9AF1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 154 | 241 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.05 |
| HSL | 295.17º | 0.76% | 0.77% | - |
| HSV(B) | 295.17º | 0.36% | 0.95% | - |
| XYZ | 61.36 | 46.95 | 89.05 | - |
| YUV | 187.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 241 | 0.03 | 0.36 | 0 | 0.05 | 295.17 | 0.76 | 0.77 |
| Hex | EA | 9A | F1 | 3 | 24 | 0 | 5 | 127 | 4C | 4D |
| Octal | 352 | 232 | 361 | 3 | 44 | 0 | 5 | 447 | 114 | 115 |
| Binary | 11101010 | 10011010 | 11110001 | 11 | 100100 | 0 | 101 | 100100111 | 1001100 | 1001101 |
Color Harmonies of #EA9AF1
Complementary color
Monochromatic Colors of #EA9AF1
Black with #EA9AF1
Text Example
Text Example
White with #EA9AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AF1; }
p { color: rgb(234,154,241); }
H1.HeaderClassName
{
color: #EA9AF1;
}
.AnyTagClassName
{
color: #EA9AF1;
}
</style>
background-color css
<style>
a { background-color: #EA9AF1; }
a { background-color: rgb(234,154,241); }
div.DivClassName
{
background-color: #EA9AF1;
}
.BgClassName
{
background-color: #EA9AF1;
}
</style>
border-color css
<style>
span { border-color: #EA9AF1; }
span { border-color: rgb(234,154,241); }
td.TdClassName
{
border-color: #EA9AF1;
}
.TagClassName
{
border-color: #EA9AF1;
}
</style>