Shades of Violet #EA76F3
Tints of Violet #EA76F3
RGB
CMYK
RGB Variations
Color information
#EA76F3 (or 0xEA76F3) is known color: Violet. HEX triplet: EA, 76 and F3. RGB value is (234,118,243). Sum of RGB (Red+Green+Blue) = 234+118+243=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA76F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76F3 is #15890C. Grayscale: #A6A6A6. Windows color (decimal): -1411341 or 15955690. OLE color: 15955690.
HSL color Cylindrical-coordinate representation of color #EA76F3: hue angle of 295.68º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA76F3 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 118 | 243 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.05 |
| HSL | 295.68º | 0.84% | 0.71% | - |
| HSV(B) | 295.68º | 0.51% | 0.95% | - |
| XYZ | 56.59 | 36.92 | 88.94 | - |
| YUV | 166.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 243 | 0.04 | 0.51 | 0 | 0.05 | 295.68 | 0.84 | 0.71 |
| Hex | EA | 76 | F3 | 4 | 33 | 0 | 5 | 128 | 54 | 47 |
| Octal | 352 | 166 | 363 | 4 | 63 | 0 | 5 | 450 | 124 | 107 |
| Binary | 11101010 | 1110110 | 11110011 | 100 | 110011 | 0 | 101 | 100101000 | 1010100 | 1000111 |
Color Harmonies of #EA76F3
Complementary color
Monochromatic Colors of #EA76F3
Black with #EA76F3
Text Example
Text Example
White with #EA76F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76F3; }
p { color: rgb(234,118,243); }
H1.HeaderClassName
{
color: #EA76F3;
}
.AnyTagClassName
{
color: #EA76F3;
}
</style>
background-color css
<style>
a { background-color: #EA76F3; }
a { background-color: rgb(234,118,243); }
div.DivClassName
{
background-color: #EA76F3;
}
.BgClassName
{
background-color: #EA76F3;
}
</style>
border-color css
<style>
span { border-color: #EA76F3; }
span { border-color: rgb(234,118,243); }
td.TdClassName
{
border-color: #EA76F3;
}
.TagClassName
{
border-color: #EA76F3;
}
</style>