Shades of Violet #EA75E2
Tints of Violet #EA75E2
RGB
CMYK
RGB Variations
Color information
#EA75E2 (or 0xEA75E2) is known color: Violet. HEX triplet: EA, 75 and E2. RGB value is (234,117,226). Sum of RGB (Red+Green+Blue) = 234+117+226=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75E2 is #158A1D. Grayscale: #A4A4A4. Windows color (decimal): -1411614 or 14841322. OLE color: 14841322.
HSL color Cylindrical-coordinate representation of color #EA75E2: hue angle of 304.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75E2 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 226 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.08 |
| HSL | 304.1º | 0.74% | 0.69% | - |
| HSV(B) | 304.1º | 0.5% | 0.92% | - |
| XYZ | 54.02 | 35.71 | 76 | - |
| YUV | 164.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 226 | 0 | 0.5 | 0.03 | 0.08 | 304.1 | 0.74 | 0.69 |
| Hex | EA | 75 | E2 | 0 | 32 | 3 | 8 | 130 | 4A | 45 |
| Octal | 352 | 165 | 342 | 0 | 62 | 3 | 10 | 460 | 112 | 105 |
| Binary | 11101010 | 1110101 | 11100010 | 0 | 110010 | 11 | 1000 | 100110000 | 1001010 | 1000101 |
Color Harmonies of #EA75E2
Complementary color
Monochromatic Colors of #EA75E2
Black with #EA75E2
Text Example
Text Example
White with #EA75E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75E2; }
p { color: rgb(234,117,226); }
H1.HeaderClassName
{
color: #EA75E2;
}
.AnyTagClassName
{
color: #EA75E2;
}
</style>
background-color css
<style>
a { background-color: #EA75E2; }
a { background-color: rgb(234,117,226); }
div.DivClassName
{
background-color: #EA75E2;
}
.BgClassName
{
background-color: #EA75E2;
}
</style>
border-color css
<style>
span { border-color: #EA75E2; }
span { border-color: rgb(234,117,226); }
td.TdClassName
{
border-color: #EA75E2;
}
.TagClassName
{
border-color: #EA75E2;
}
</style>