Shades of Heliotrope #E261FD
Tints of Heliotrope #E261FD
RGB
CMYK
RGB Variations
Color information
#E261FD (or 0xE261FD) is known color: Heliotrope. HEX triplet: E2, 61 and FD. RGB value is (226,97,253). Sum of RGB (Red+Green+Blue) = 226+97+253=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #E261FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E261FD is #1D9E02. Grayscale: #989898. Windows color (decimal): -1940995 or 16605666. OLE color: 16605666.
HSL color Cylindrical-coordinate representation of color #E261FD: hue angle of 289.62º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E261FD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 97 | 253 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.01 |
| HSL | 289.62º | 0.98% | 0.69% | - |
| HSV(B) | 289.62º | 0.62% | 0.99% | - |
| XYZ | 53.37 | 31.81 | 96.26 | - |
| YUV | 153.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 253 | 0.11 | 0.62 | 0 | 0.01 | 289.62 | 0.98 | 0.69 |
| Hex | E2 | 61 | FD | B | 3E | 0 | 1 | 122 | 62 | 45 |
| Octal | 342 | 141 | 375 | 13 | 76 | 0 | 1 | 442 | 142 | 105 |
| Binary | 11100010 | 1100001 | 11111101 | 1011 | 111110 | 0 | 1 | 100100010 | 1100010 | 1000101 |
Color Harmonies of #E261FD
Complementary color
Monochromatic Colors of #E261FD
Black with #E261FD
Text Example
Text Example
White with #E261FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261FD; }
p { color: rgb(226,97,253); }
H1.HeaderClassName
{
color: #E261FD;
}
.AnyTagClassName
{
color: #E261FD;
}
</style>
background-color css
<style>
a { background-color: #E261FD; }
a { background-color: rgb(226,97,253); }
div.DivClassName
{
background-color: #E261FD;
}
.BgClassName
{
background-color: #E261FD;
}
</style>
border-color css
<style>
span { border-color: #E261FD; }
span { border-color: rgb(226,97,253); }
td.TdClassName
{
border-color: #E261FD;
}
.TagClassName
{
border-color: #E261FD;
}
</style>