Shades of Heliotrope #E271EE
Tints of Heliotrope #E271EE
RGB
CMYK
RGB Variations
Color information
#E271EE (or 0xE271EE) is known color: Heliotrope. HEX triplet: E2, 71 and EE. RGB value is (226,113,238). Sum of RGB (Red+Green+Blue) = 226+113+238=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #E271EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E271EE is #1D8E11. Grayscale: #A0A0A0. Windows color (decimal): -1936914 or 15626722. OLE color: 15626722.
HSL color Cylindrical-coordinate representation of color #E271EE: hue angle of 294.24º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E271EE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 113 | 238 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.07 |
| HSL | 294.24º | 0.79% | 0.69% | - |
| HSV(B) | 294.24º | 0.53% | 0.93% | - |
| XYZ | 52.7 | 34.15 | 84.7 | - |
| YUV | 161.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 238 | 0.05 | 0.53 | 0 | 0.07 | 294.24 | 0.79 | 0.69 |
| Hex | E2 | 71 | EE | 5 | 35 | 0 | 7 | 126 | 4F | 45 |
| Octal | 342 | 161 | 356 | 5 | 65 | 0 | 7 | 446 | 117 | 105 |
| Binary | 11100010 | 1110001 | 11101110 | 101 | 110101 | 0 | 111 | 100100110 | 1001111 | 1000101 |
Color Harmonies of #E271EE
Complementary color
Monochromatic Colors of #E271EE
Black with #E271EE
Text Example
Text Example
White with #E271EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271EE; }
p { color: rgb(226,113,238); }
H1.HeaderClassName
{
color: #E271EE;
}
.AnyTagClassName
{
color: #E271EE;
}
</style>
background-color css
<style>
a { background-color: #E271EE; }
a { background-color: rgb(226,113,238); }
div.DivClassName
{
background-color: #E271EE;
}
.BgClassName
{
background-color: #E271EE;
}
</style>
border-color css
<style>
span { border-color: #E271EE; }
span { border-color: rgb(226,113,238); }
td.TdClassName
{
border-color: #E271EE;
}
.TagClassName
{
border-color: #E271EE;
}
</style>