Shades of Violet #E275E7
Tints of Violet #E275E7
RGB
CMYK
RGB Variations
Color information
#E275E7 (or 0xE275E7) is known color: Violet. HEX triplet: E2, 75 and E7. RGB value is (226,117,231). Sum of RGB (Red+Green+Blue) = 226+117+231=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #E275E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E275E7 is #1D8A18. Grayscale: #A2A2A2. Windows color (decimal): -1935897 or 15168994. OLE color: 15168994.
HSL color Cylindrical-coordinate representation of color #E275E7: hue angle of 297.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E275E7 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 117 | 231 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.09 |
| HSL | 297.37º | 0.7% | 0.68% | - |
| HSV(B) | 297.37º | 0.49% | 0.91% | - |
| XYZ | 52.15 | 34.66 | 79.54 | - |
| YUV | 162.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 231 | 0.02 | 0.49 | 0 | 0.09 | 297.37 | 0.7 | 0.68 |
| Hex | E2 | 75 | E7 | 2 | 31 | 0 | 9 | 129 | 46 | 44 |
| Octal | 342 | 165 | 347 | 2 | 61 | 0 | 11 | 451 | 106 | 104 |
| Binary | 11100010 | 1110101 | 11100111 | 10 | 110001 | 0 | 1001 | 100101001 | 1000110 | 1000100 |
Color Harmonies of #E275E7
Complementary color
Monochromatic Colors of #E275E7
Black with #E275E7
Text Example
Text Example
White with #E275E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275E7; }
p { color: rgb(226,117,231); }
H1.HeaderClassName
{
color: #E275E7;
}
.AnyTagClassName
{
color: #E275E7;
}
</style>
background-color css
<style>
a { background-color: #E275E7; }
a { background-color: rgb(226,117,231); }
div.DivClassName
{
background-color: #E275E7;
}
.BgClassName
{
background-color: #E275E7;
}
</style>
border-color css
<style>
span { border-color: #E275E7; }
span { border-color: rgb(226,117,231); }
td.TdClassName
{
border-color: #E275E7;
}
.TagClassName
{
border-color: #E275E7;
}
</style>