Shades of Violet #EA99FA
Tints of Violet #EA99FA
RGB
CMYK
RGB Variations
Color information
#EA99FA (or 0xEA99FA) is known color: Violet. HEX triplet: EA, 99 and FA. RGB value is (234,153,250). Sum of RGB (Red+Green+Blue) = 234+153+250=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 153 (60.16% from 255 or 24.02% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99FA is #156605. Grayscale: #BBBBBB. Windows color (decimal): -1402374 or 16423402. OLE color: 16423402.
HSL color Cylindrical-coordinate representation of color #EA99FA: hue angle of 290.1º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA99FA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 153 | 250 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.02 |
| HSL | 290.1º | 0.91% | 0.79% | - |
| HSV(B) | 290.1º | 0.39% | 0.98% | - |
| XYZ | 62.58 | 47.18 | 96.25 | - |
| YUV | 188.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 250 | 0.06 | 0.39 | 0 | 0.02 | 290.1 | 0.91 | 0.79 |
| Hex | EA | 99 | FA | 6 | 27 | 0 | 2 | 122 | 5B | 4F |
| Octal | 352 | 231 | 372 | 6 | 47 | 0 | 2 | 442 | 133 | 117 |
| Binary | 11101010 | 10011001 | 11111010 | 110 | 100111 | 0 | 10 | 100100010 | 1011011 | 1001111 |
Color Harmonies of #EA99FA
Complementary color
Monochromatic Colors of #EA99FA
Black with #EA99FA
Text Example
Text Example
White with #EA99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99FA; }
p { color: rgb(234,153,250); }
H1.HeaderClassName
{
color: #EA99FA;
}
.AnyTagClassName
{
color: #EA99FA;
}
</style>
background-color css
<style>
a { background-color: #EA99FA; }
a { background-color: rgb(234,153,250); }
div.DivClassName
{
background-color: #EA99FA;
}
.BgClassName
{
background-color: #EA99FA;
}
</style>
border-color css
<style>
span { border-color: #EA99FA; }
span { border-color: rgb(234,153,250); }
td.TdClassName
{
border-color: #EA99FA;
}
.TagClassName
{
border-color: #EA99FA;
}
</style>