Shades of Violet #EA76F2
Tints of Violet #EA76F2
RGB
CMYK
RGB Variations
Color information
#EA76F2 (or 0xEA76F2) is known color: Violet. HEX triplet: EA, 76 and F2. RGB value is (234,118,242). Sum of RGB (Red+Green+Blue) = 234+118+242=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 118 (46.48% from 255 or 19.87% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA76F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76F2 is #15890D. Grayscale: #A6A6A6. Windows color (decimal): -1411342 or 15890154. OLE color: 15890154.
HSL color Cylindrical-coordinate representation of color #EA76F2: hue angle of 296.13º degrees, saturation: 0.83, 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 #EA76F2 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 118 | 242 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.05 |
| HSL | 296.13º | 0.83% | 0.71% | - |
| HSV(B) | 296.13º | 0.51% | 0.95% | - |
| XYZ | 56.44 | 36.86 | 88.14 | - |
| YUV | 166.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 242 | 0.03 | 0.51 | 0 | 0.05 | 296.13 | 0.83 | 0.71 |
| Hex | EA | 76 | F2 | 3 | 33 | 0 | 5 | 128 | 53 | 47 |
| Octal | 352 | 166 | 362 | 3 | 63 | 0 | 5 | 450 | 123 | 107 |
| Binary | 11101010 | 1110110 | 11110010 | 11 | 110011 | 0 | 101 | 100101000 | 1010011 | 1000111 |
Color Harmonies of #EA76F2
Complementary color
Monochromatic Colors of #EA76F2
Black with #EA76F2
Text Example
Text Example
White with #EA76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76F2; }
p { color: rgb(234,118,242); }
H1.HeaderClassName
{
color: #EA76F2;
}
.AnyTagClassName
{
color: #EA76F2;
}
</style>
background-color css
<style>
a { background-color: #EA76F2; }
a { background-color: rgb(234,118,242); }
div.DivClassName
{
background-color: #EA76F2;
}
.BgClassName
{
background-color: #EA76F2;
}
</style>
border-color css
<style>
span { border-color: #EA76F2; }
span { border-color: rgb(234,118,242); }
td.TdClassName
{
border-color: #EA76F2;
}
.TagClassName
{
border-color: #EA76F2;
}
</style>