Shades of Violet #E272EB
Tints of Violet #E272EB
RGB
CMYK
RGB Variations
Color information
#E272EB (or 0xE272EB) is known color: Violet. HEX triplet: E2, 72 and EB. RGB value is (226,114,235). Sum of RGB (Red+Green+Blue) = 226+114+235=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #E272EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E272EB is #1D8D14. Grayscale: #A0A0A0. Windows color (decimal): -1936661 or 15430370. OLE color: 15430370.
HSL color Cylindrical-coordinate representation of color #E272EB: hue angle of 295.54º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E272EB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 114 | 235 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.08 |
| HSL | 295.54º | 0.75% | 0.68% | - |
| HSV(B) | 295.54º | 0.51% | 0.92% | - |
| XYZ | 52.38 | 34.2 | 82.44 | - |
| YUV | 161.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 235 | 0.04 | 0.51 | 0 | 0.08 | 295.54 | 0.75 | 0.68 |
| Hex | E2 | 72 | EB | 4 | 33 | 0 | 8 | 128 | 4B | 44 |
| Octal | 342 | 162 | 353 | 4 | 63 | 0 | 10 | 450 | 113 | 104 |
| Binary | 11100010 | 1110010 | 11101011 | 100 | 110011 | 0 | 1000 | 100101000 | 1001011 | 1000100 |
Color Harmonies of #E272EB
Complementary color
Monochromatic Colors of #E272EB
Black with #E272EB
Text Example
Text Example
White with #E272EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272EB; }
p { color: rgb(226,114,235); }
H1.HeaderClassName
{
color: #E272EB;
}
.AnyTagClassName
{
color: #E272EB;
}
</style>
background-color css
<style>
a { background-color: #E272EB; }
a { background-color: rgb(226,114,235); }
div.DivClassName
{
background-color: #E272EB;
}
.BgClassName
{
background-color: #E272EB;
}
</style>
border-color css
<style>
span { border-color: #E272EB; }
span { border-color: rgb(226,114,235); }
td.TdClassName
{
border-color: #E272EB;
}
.TagClassName
{
border-color: #E272EB;
}
</style>