Shades of Heliotrope #E272FF
Tints of Heliotrope #E272FF
RGB
CMYK
RGB Variations
Color information
#E272FF (or 0xE272FF) is known color: Heliotrope. HEX triplet: E2, 72 and FF. RGB value is (226,114,255). Sum of RGB (Red+Green+Blue) = 226+114+255=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #E272FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E272FF is #1D8D00. Grayscale: #A3A3A3. Windows color (decimal): -1936641 or 16741090. OLE color: 16741090.
HSL color Cylindrical-coordinate representation of color #E272FF: hue angle of 287.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E272FF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 114 | 255 | - |
| CMYK | 0.11 | 0.55 | 0 | 0 |
| HSL | 287.66º | 1% | 0.72% | - |
| HSV(B) | 287.66º | 0.55% | 1% | - |
| XYZ | 55.43 | 35.42 | 98.52 | - |
| YUV | 163.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 255 | 0.11 | 0.55 | 0 | 0 | 287.66 | 1 | 0.72 |
| Hex | E2 | 72 | FF | B | 37 | 0 | 0 | 120 | 64 | 48 |
| Octal | 342 | 162 | 377 | 13 | 67 | 0 | 0 | 440 | 144 | 110 |
| Binary | 11100010 | 1110010 | 11111111 | 1011 | 110111 | 0 | 0 | 100100000 | 1100100 | 1001000 |
Color Harmonies of #E272FF
Complementary color
Monochromatic Colors of #E272FF
Black with #E272FF
Text Example
Text Example
White with #E272FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272FF; }
p { color: rgb(226,114,255); }
H1.HeaderClassName
{
color: #E272FF;
}
.AnyTagClassName
{
color: #E272FF;
}
</style>
background-color css
<style>
a { background-color: #E272FF; }
a { background-color: rgb(226,114,255); }
div.DivClassName
{
background-color: #E272FF;
}
.BgClassName
{
background-color: #E272FF;
}
</style>
border-color css
<style>
span { border-color: #E272FF; }
span { border-color: rgb(226,114,255); }
td.TdClassName
{
border-color: #E272FF;
}
.TagClassName
{
border-color: #E272FF;
}
</style>