Shades of Violet #EA90F0
Tints of Violet #EA90F0
RGB
CMYK
RGB Variations
Color information
#EA90F0 (or 0xEA90F0) is known color: Violet. HEX triplet: EA, 90 and F0. RGB value is (234,144,240). Sum of RGB (Red+Green+Blue) = 234+144+240=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA90F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA90F0 is #156F0F. Grayscale: #B5B5B5. Windows color (decimal): -1404688 or 15765738. OLE color: 15765738.
HSL color Cylindrical-coordinate representation of color #EA90F0: hue angle of 296.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA90F0 is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 144 | 240 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.06 |
| HSL | 296.25º | 0.76% | 0.75% | - |
| HSV(B) | 296.25º | 0.4% | 0.94% | - |
| XYZ | 59.63 | 43.73 | 87.74 | - |
| YUV | 181.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 240 | 0.02 | 0.4 | 0 | 0.06 | 296.25 | 0.76 | 0.75 |
| Hex | EA | 90 | F0 | 2 | 28 | 0 | 6 | 128 | 4C | 4B |
| Octal | 352 | 220 | 360 | 2 | 50 | 0 | 6 | 450 | 114 | 113 |
| Binary | 11101010 | 10010000 | 11110000 | 10 | 101000 | 0 | 110 | 100101000 | 1001100 | 1001011 |
Color Harmonies of #EA90F0
Complementary color
Monochromatic Colors of #EA90F0
Black with #EA90F0
Text Example
Text Example
White with #EA90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90F0; }
p { color: rgb(234,144,240); }
H1.HeaderClassName
{
color: #EA90F0;
}
.AnyTagClassName
{
color: #EA90F0;
}
</style>
background-color css
<style>
a { background-color: #EA90F0; }
a { background-color: rgb(234,144,240); }
div.DivClassName
{
background-color: #EA90F0;
}
.BgClassName
{
background-color: #EA90F0;
}
</style>
border-color css
<style>
span { border-color: #EA90F0; }
span { border-color: rgb(234,144,240); }
td.TdClassName
{
border-color: #EA90F0;
}
.TagClassName
{
border-color: #EA90F0;
}
</style>