Shades of Heliotrope #E265ED
Tints of Heliotrope #E265ED
RGB
CMYK
RGB Variations
Color information
#E265ED (or 0xE265ED) is known color: Heliotrope. HEX triplet: E2, 65 and ED. RGB value is (226,101,237). Sum of RGB (Red+Green+Blue) = 226+101+237=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #E265ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265ED is #1D9A12. Grayscale: #999999. Windows color (decimal): -1939987 or 15558114. OLE color: 15558114.
HSL color Cylindrical-coordinate representation of color #E265ED: hue angle of 295.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E265ED is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 101 | 237 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.07 |
| HSL | 295.15º | 0.79% | 0.66% | - |
| HSV(B) | 295.15º | 0.57% | 0.93% | - |
| XYZ | 51.3 | 31.59 | 83.51 | - |
| YUV | 153.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 237 | 0.05 | 0.57 | 0 | 0.07 | 295.15 | 0.79 | 0.66 |
| Hex | E2 | 65 | ED | 5 | 39 | 0 | 7 | 127 | 4F | 42 |
| Octal | 342 | 145 | 355 | 5 | 71 | 0 | 7 | 447 | 117 | 102 |
| Binary | 11100010 | 1100101 | 11101101 | 101 | 111001 | 0 | 111 | 100100111 | 1001111 | 1000010 |
Color Harmonies of #E265ED
Complementary color
Monochromatic Colors of #E265ED
Black with #E265ED
Text Example
Text Example
White with #E265ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265ED; }
p { color: rgb(226,101,237); }
H1.HeaderClassName
{
color: #E265ED;
}
.AnyTagClassName
{
color: #E265ED;
}
</style>
background-color css
<style>
a { background-color: #E265ED; }
a { background-color: rgb(226,101,237); }
div.DivClassName
{
background-color: #E265ED;
}
.BgClassName
{
background-color: #E265ED;
}
</style>
border-color css
<style>
span { border-color: #E265ED; }
span { border-color: rgb(226,101,237); }
td.TdClassName
{
border-color: #E265ED;
}
.TagClassName
{
border-color: #E265ED;
}
</style>