Shades of Violet #EA75EA
Tints of Violet #EA75EA
RGB
CMYK
RGB Variations
Color information
#EA75EA (or 0xEA75EA) is known color: Violet. HEX triplet: EA, 75 and EA. RGB value is (234,117,234). Sum of RGB (Red+Green+Blue) = 234+117+234=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA75EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA75EA is #158A15. Grayscale: #A4A4A4. Windows color (decimal): -1411606 or 15365610. OLE color: 15365610.
HSL color Cylindrical-coordinate representation of color #EA75EA: hue angle of 300º 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 #EA75EA is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 234 | - |
| CMYK | 0 | 0.5 | 0 | 0.08 |
| HSL | 300º | 0.74% | 0.69% | - |
| HSV(B) | 300º | 0.5% | 0.92% | - |
| XYZ | 55.14 | 36.16 | 81.91 | - |
| YUV | 165.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 234 | 0 | 0.5 | 0 | 0.08 | 300 | 0.74 | 0.69 |
| Hex | EA | 75 | EA | 0 | 32 | 0 | 8 | 12C | 4A | 45 |
| Octal | 352 | 165 | 352 | 0 | 62 | 0 | 10 | 454 | 112 | 105 |
| Binary | 11101010 | 1110101 | 11101010 | 0 | 110010 | 0 | 1000 | 100101100 | 1001010 | 1000101 |
Color Harmonies of #EA75EA
Complementary color
Monochromatic Colors of #EA75EA
Black with #EA75EA
Text Example
Text Example
White with #EA75EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75EA; }
p { color: rgb(234,117,234); }
H1.HeaderClassName
{
color: #EA75EA;
}
.AnyTagClassName
{
color: #EA75EA;
}
</style>
background-color css
<style>
a { background-color: #EA75EA; }
a { background-color: rgb(234,117,234); }
div.DivClassName
{
background-color: #EA75EA;
}
.BgClassName
{
background-color: #EA75EA;
}
</style>
border-color css
<style>
span { border-color: #EA75EA; }
span { border-color: rgb(234,117,234); }
td.TdClassName
{
border-color: #EA75EA;
}
.TagClassName
{
border-color: #EA75EA;
}
</style>