Shades of Heliotrope #E273FF
Tints of Heliotrope #E273FF
RGB
CMYK
RGB Variations
Color information
#E273FF (or 0xE273FF) is known color: Heliotrope. HEX triplet: E2, 73 and FF. RGB value is (226,115,255). Sum of RGB (Red+Green+Blue) = 226+115+255=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 115 (45.31% from 255 or 19.30% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #E273FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E273FF is #1D8C00. Grayscale: #A3A3A3. Windows color (decimal): -1936385 or 16741346. OLE color: 16741346.
HSL color Cylindrical-coordinate representation of color #E273FF: hue angle of 287.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E273FF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 115 | 255 | - |
| CMYK | 0.11 | 0.55 | 0 | 0 |
| HSL | 287.57º | 1% | 0.73% | - |
| HSV(B) | 287.57º | 0.55% | 1% | - |
| XYZ | 55.54 | 35.65 | 98.56 | - |
| YUV | 164.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 255 | 0.11 | 0.55 | 0 | 0 | 287.57 | 1 | 0.73 |
| Hex | E2 | 73 | FF | B | 37 | 0 | 0 | 120 | 64 | 49 |
| Octal | 342 | 163 | 377 | 13 | 67 | 0 | 0 | 440 | 144 | 111 |
| Binary | 11100010 | 1110011 | 11111111 | 1011 | 110111 | 0 | 0 | 100100000 | 1100100 | 1001001 |
Color Harmonies of #E273FF
Complementary color
Monochromatic Colors of #E273FF
Black with #E273FF
Text Example
Text Example
White with #E273FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273FF; }
p { color: rgb(226,115,255); }
H1.HeaderClassName
{
color: #E273FF;
}
.AnyTagClassName
{
color: #E273FF;
}
</style>
background-color css
<style>
a { background-color: #E273FF; }
a { background-color: rgb(226,115,255); }
div.DivClassName
{
background-color: #E273FF;
}
.BgClassName
{
background-color: #E273FF;
}
</style>
border-color css
<style>
span { border-color: #E273FF; }
span { border-color: rgb(226,115,255); }
td.TdClassName
{
border-color: #E273FF;
}
.TagClassName
{
border-color: #E273FF;
}
</style>