Shades of Violet #EA96F3
Tints of Violet #EA96F3
RGB
CMYK
RGB Variations
Color information
#EA96F3 (or 0xEA96F3) is known color: Violet. HEX triplet: EA, 96 and F3. RGB value is (234,150,243). Sum of RGB (Red+Green+Blue) = 234+150+243=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA96F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA96F3 is #15690C. Grayscale: #B9B9B9. Windows color (decimal): -1403149 or 15963882. OLE color: 15963882.
HSL color Cylindrical-coordinate representation of color #EA96F3: hue angle of 294.19º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA96F3 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 150 | 243 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.05 |
| HSL | 294.19º | 0.79% | 0.77% | - |
| HSV(B) | 294.19º | 0.38% | 0.95% | - |
| XYZ | 61.02 | 45.78 | 90.41 | - |
| YUV | 185.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 243 | 0.04 | 0.38 | 0 | 0.05 | 294.19 | 0.79 | 0.77 |
| Hex | EA | 96 | F3 | 4 | 26 | 0 | 5 | 126 | 4F | 4D |
| Octal | 352 | 226 | 363 | 4 | 46 | 0 | 5 | 446 | 117 | 115 |
| Binary | 11101010 | 10010110 | 11110011 | 100 | 100110 | 0 | 101 | 100100110 | 1001111 | 1001101 |
Color Harmonies of #EA96F3
Complementary color
Monochromatic Colors of #EA96F3
Black with #EA96F3
Text Example
Text Example
White with #EA96F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA96F3; }
p { color: rgb(234,150,243); }
H1.HeaderClassName
{
color: #EA96F3;
}
.AnyTagClassName
{
color: #EA96F3;
}
</style>
background-color css
<style>
a { background-color: #EA96F3; }
a { background-color: rgb(234,150,243); }
div.DivClassName
{
background-color: #EA96F3;
}
.BgClassName
{
background-color: #EA96F3;
}
</style>
border-color css
<style>
span { border-color: #EA96F3; }
span { border-color: rgb(234,150,243); }
td.TdClassName
{
border-color: #EA96F3;
}
.TagClassName
{
border-color: #EA96F3;
}
</style>