Shades of Violet #E275ED
Tints of Violet #E275ED
RGB
CMYK
RGB Variations
Color information
#E275ED (or 0xE275ED) is known color: Violet. HEX triplet: E2, 75 and ED. RGB value is (226,117,237). Sum of RGB (Red+Green+Blue) = 226+117+237=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E275ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E275ED is #1D8A12. Grayscale: #A2A2A2. Windows color (decimal): -1935891 or 15562210. OLE color: 15562210.
HSL color Cylindrical-coordinate representation of color #E275ED: hue angle of 294.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E275ED is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 117 | 237 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294.5º | 0.77% | 0.69% | - |
| HSV(B) | 294.5º | 0.51% | 0.93% | - |
| XYZ | 53.01 | 35.01 | 84.08 | - |
| YUV | 163.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 237 | 0.05 | 0.51 | 0 | 0.07 | 294.5 | 0.77 | 0.69 |
| Hex | E2 | 75 | ED | 5 | 33 | 0 | 7 | 126 | 4D | 45 |
| Octal | 342 | 165 | 355 | 5 | 63 | 0 | 7 | 446 | 115 | 105 |
| Binary | 11100010 | 1110101 | 11101101 | 101 | 110011 | 0 | 111 | 100100110 | 1001101 | 1000101 |
Color Harmonies of #E275ED
Complementary color
Monochromatic Colors of #E275ED
Black with #E275ED
Text Example
Text Example
White with #E275ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275ED; }
p { color: rgb(226,117,237); }
H1.HeaderClassName
{
color: #E275ED;
}
.AnyTagClassName
{
color: #E275ED;
}
</style>
background-color css
<style>
a { background-color: #E275ED; }
a { background-color: rgb(226,117,237); }
div.DivClassName
{
background-color: #E275ED;
}
.BgClassName
{
background-color: #E275ED;
}
</style>
border-color css
<style>
span { border-color: #E275ED; }
span { border-color: rgb(226,117,237); }
td.TdClassName
{
border-color: #E275ED;
}
.TagClassName
{
border-color: #E275ED;
}
</style>