Shades of Violet #EA98F5
Tints of Violet #EA98F5
RGB
CMYK
RGB Variations
Color information
#EA98F5 (or 0xEA98F5) is known color: Violet. HEX triplet: EA, 98 and F5. RGB value is (234,152,245). Sum of RGB (Red+Green+Blue) = 234+152+245=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 152 (59.77% from 255 or 24.09% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA98F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98F5 is #15670A. Grayscale: #BABABA. Windows color (decimal): -1402635 or 16095466. OLE color: 16095466.
HSL color Cylindrical-coordinate representation of color #EA98F5: hue angle of 292.9º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA98F5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 152 | 245 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.04 |
| HSL | 292.9º | 0.82% | 0.78% | - |
| HSV(B) | 292.9º | 0.38% | 0.96% | - |
| XYZ | 61.64 | 46.54 | 92.12 | - |
| YUV | 187.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 245 | 0.04 | 0.38 | 0 | 0.04 | 292.9 | 0.82 | 0.78 |
| Hex | EA | 98 | F5 | 4 | 26 | 0 | 4 | 125 | 52 | 4E |
| Octal | 352 | 230 | 365 | 4 | 46 | 0 | 4 | 445 | 122 | 116 |
| Binary | 11101010 | 10011000 | 11110101 | 100 | 100110 | 0 | 100 | 100100101 | 1010010 | 1001110 |
Color Harmonies of #EA98F5
Complementary color
Monochromatic Colors of #EA98F5
Black with #EA98F5
Text Example
Text Example
White with #EA98F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98F5; }
p { color: rgb(234,152,245); }
H1.HeaderClassName
{
color: #EA98F5;
}
.AnyTagClassName
{
color: #EA98F5;
}
</style>
background-color css
<style>
a { background-color: #EA98F5; }
a { background-color: rgb(234,152,245); }
div.DivClassName
{
background-color: #EA98F5;
}
.BgClassName
{
background-color: #EA98F5;
}
</style>
border-color css
<style>
span { border-color: #EA98F5; }
span { border-color: rgb(234,152,245); }
td.TdClassName
{
border-color: #EA98F5;
}
.TagClassName
{
border-color: #EA98F5;
}
</style>