Shades of Violet #EA93F3
Tints of Violet #EA93F3
RGB
CMYK
RGB Variations
Color information
#EA93F3 (or 0xEA93F3) is known color: Violet. HEX triplet: EA, 93 and F3. RGB value is (234,147,243). Sum of RGB (Red+Green+Blue) = 234+147+243=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA93F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93F3 is #156C0C. Grayscale: #B7B7B7. Windows color (decimal): -1403917 or 15963114. OLE color: 15963114.
HSL color Cylindrical-coordinate representation of color #EA93F3: hue angle of 294.38º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA93F3 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 147 | 243 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.05 |
| HSL | 294.38º | 0.8% | 0.76% | - |
| HSV(B) | 294.38º | 0.4% | 0.95% | - |
| XYZ | 60.54 | 44.83 | 90.26 | - |
| YUV | 183.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 243 | 0.04 | 0.40 | 0 | 0.05 | 294.38 | 0.8 | 0.76 |
| Hex | EA | 93 | F3 | 4 | 28 | 0 | 5 | 126 | 50 | 4C |
| Octal | 352 | 223 | 363 | 4 | 50 | 0 | 5 | 446 | 120 | 114 |
| Binary | 11101010 | 10010011 | 11110011 | 100 | 101000 | 0 | 101 | 100100110 | 1010000 | 1001100 |
Color Harmonies of #EA93F3
Complementary color
Monochromatic Colors of #EA93F3
Black with #EA93F3
Text Example
Text Example
White with #EA93F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93F3; }
p { color: rgb(234,147,243); }
H1.HeaderClassName
{
color: #EA93F3;
}
.AnyTagClassName
{
color: #EA93F3;
}
</style>
background-color css
<style>
a { background-color: #EA93F3; }
a { background-color: rgb(234,147,243); }
div.DivClassName
{
background-color: #EA93F3;
}
.BgClassName
{
background-color: #EA93F3;
}
</style>
border-color css
<style>
span { border-color: #EA93F3; }
span { border-color: rgb(234,147,243); }
td.TdClassName
{
border-color: #EA93F3;
}
.TagClassName
{
border-color: #EA93F3;
}
</style>