Shades of Heliotrope #E253FF
Tints of Heliotrope #E253FF
RGB
CMYK
RGB Variations
Color information
#E253FF (or 0xE253FF) is known color: Heliotrope. HEX triplet: E2, 53 and FF. RGB value is (226,83,255). Sum of RGB (Red+Green+Blue) = 226+83+255=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 83 (32.81% from 255 or 14.72% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E253FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E253FF is #1DAC00. Grayscale: #909090. Windows color (decimal): -1944577 or 16733154. OLE color: 16733154.
HSL color Cylindrical-coordinate representation of color #E253FF: hue angle of 289.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E253FF is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 83 | 255 | - |
| CMYK | 0.11 | 0.67 | 0 | 0 |
| HSL | 289.88º | 1% | 0.66% | - |
| HSV(B) | 289.88º | 0.67% | 1% | - |
| XYZ | 52.51 | 29.58 | 97.55 | - |
| YUV | 145.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 255 | 0.11 | 0.67 | 0 | 0 | 289.88 | 1 | 0.66 |
| Hex | E2 | 53 | FF | B | 43 | 0 | 0 | 122 | 64 | 42 |
| Octal | 342 | 123 | 377 | 13 | 103 | 0 | 0 | 442 | 144 | 102 |
| Binary | 11100010 | 1010011 | 11111111 | 1011 | 1000011 | 0 | 0 | 100100010 | 1100100 | 1000010 |
Color Harmonies of #E253FF
Complementary color
Monochromatic Colors of #E253FF
Black with #E253FF
Text Example
Text Example
White with #E253FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253FF; }
p { color: rgb(226,83,255); }
H1.HeaderClassName
{
color: #E253FF;
}
.AnyTagClassName
{
color: #E253FF;
}
</style>
background-color css
<style>
a { background-color: #E253FF; }
a { background-color: rgb(226,83,255); }
div.DivClassName
{
background-color: #E253FF;
}
.BgClassName
{
background-color: #E253FF;
}
</style>
border-color css
<style>
span { border-color: #E253FF; }
span { border-color: rgb(226,83,255); }
td.TdClassName
{
border-color: #E253FF;
}
.TagClassName
{
border-color: #E253FF;
}
</style>