Shades of Violet #EA95F9
Tints of Violet #EA95F9
RGB
CMYK
RGB Variations
Color information
#EA95F9 (or 0xEA95F9) is known color: Violet. HEX triplet: EA, 95 and F9. RGB value is (234,149,249). Sum of RGB (Red+Green+Blue) = 234+149+249=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA95F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95F9 is #156A06. Grayscale: #B9B9B9. Windows color (decimal): -1403399 or 16356842. OLE color: 16356842.
HSL color Cylindrical-coordinate representation of color #EA95F9: hue angle of 291º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA95F9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 149 | 249 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.02 |
| HSL | 291º | 0.89% | 0.78% | - |
| HSV(B) | 291º | 0.4% | 0.98% | - |
| XYZ | 61.78 | 45.83 | 95.21 | - |
| YUV | 185.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 249 | 0.06 | 0.40 | 0 | 0.02 | 291 | 0.89 | 0.78 |
| Hex | EA | 95 | F9 | 6 | 28 | 0 | 2 | 123 | 59 | 4E |
| Octal | 352 | 225 | 371 | 6 | 50 | 0 | 2 | 443 | 131 | 116 |
| Binary | 11101010 | 10010101 | 11111001 | 110 | 101000 | 0 | 10 | 100100011 | 1011001 | 1001110 |
Color Harmonies of #EA95F9
Complementary color
Monochromatic Colors of #EA95F9
Black with #EA95F9
Text Example
Text Example
White with #EA95F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95F9; }
p { color: rgb(234,149,249); }
H1.HeaderClassName
{
color: #EA95F9;
}
.AnyTagClassName
{
color: #EA95F9;
}
</style>
background-color css
<style>
a { background-color: #EA95F9; }
a { background-color: rgb(234,149,249); }
div.DivClassName
{
background-color: #EA95F9;
}
.BgClassName
{
background-color: #EA95F9;
}
</style>
border-color css
<style>
span { border-color: #EA95F9; }
span { border-color: rgb(234,149,249); }
td.TdClassName
{
border-color: #EA95F9;
}
.TagClassName
{
border-color: #EA95F9;
}
</style>