Shades of Violet #E273EB
Tints of Violet #E273EB
RGB
CMYK
RGB Variations
Color information
#E273EB (or 0xE273EB) is known color: Violet. HEX triplet: E2, 73 and EB. RGB value is (226,115,235). Sum of RGB (Red+Green+Blue) = 226+115+235=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #E273EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E273EB is #1D8C14. Grayscale: #A1A1A1. Windows color (decimal): -1936405 or 15430626. OLE color: 15430626.
HSL color Cylindrical-coordinate representation of color #E273EB: hue angle of 295.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E273EB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 115 | 235 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.08 |
| HSL | 295.5º | 0.75% | 0.69% | - |
| HSV(B) | 295.5º | 0.51% | 0.92% | - |
| XYZ | 52.49 | 34.43 | 82.48 | - |
| YUV | 161.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 235 | 0.04 | 0.51 | 0 | 0.08 | 295.5 | 0.75 | 0.69 |
| Hex | E2 | 73 | EB | 4 | 33 | 0 | 8 | 128 | 4B | 45 |
| Octal | 342 | 163 | 353 | 4 | 63 | 0 | 10 | 450 | 113 | 105 |
| Binary | 11100010 | 1110011 | 11101011 | 100 | 110011 | 0 | 1000 | 100101000 | 1001011 | 1000101 |
Color Harmonies of #E273EB
Complementary color
Monochromatic Colors of #E273EB
Black with #E273EB
Text Example
Text Example
White with #E273EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273EB; }
p { color: rgb(226,115,235); }
H1.HeaderClassName
{
color: #E273EB;
}
.AnyTagClassName
{
color: #E273EB;
}
</style>
background-color css
<style>
a { background-color: #E273EB; }
a { background-color: rgb(226,115,235); }
div.DivClassName
{
background-color: #E273EB;
}
.BgClassName
{
background-color: #E273EB;
}
</style>
border-color css
<style>
span { border-color: #E273EB; }
span { border-color: rgb(226,115,235); }
td.TdClassName
{
border-color: #E273EB;
}
.TagClassName
{
border-color: #E273EB;
}
</style>