Shades of Heliotrope #E254FD
Tints of Heliotrope #E254FD
RGB
CMYK
RGB Variations
Color information
#E254FD (or 0xE254FD) is known color: Heliotrope. HEX triplet: E2, 54 and FD. RGB value is (226,84,253). Sum of RGB (Red+Green+Blue) = 226+84+253=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 84 (33.20% from 255 or 14.92% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #E254FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E254FD is #1DAB02. Grayscale: #919191. Windows color (decimal): -1944323 or 16602338. OLE color: 16602338.
HSL color Cylindrical-coordinate representation of color #E254FD: hue angle of 290.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E254FD is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 84 | 253 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.01 |
| HSL | 290.41º | 0.98% | 0.66% | - |
| HSV(B) | 290.41º | 0.67% | 0.99% | - |
| XYZ | 52.26 | 29.6 | 95.89 | - |
| YUV | 145.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 253 | 0.11 | 0.67 | 0 | 0.01 | 290.41 | 0.98 | 0.66 |
| Hex | E2 | 54 | FD | B | 43 | 0 | 1 | 122 | 62 | 42 |
| Octal | 342 | 124 | 375 | 13 | 103 | 0 | 1 | 442 | 142 | 102 |
| Binary | 11100010 | 1010100 | 11111101 | 1011 | 1000011 | 0 | 1 | 100100010 | 1100010 | 1000010 |
Color Harmonies of #E254FD
Complementary color
Monochromatic Colors of #E254FD
Black with #E254FD
Text Example
Text Example
White with #E254FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254FD; }
p { color: rgb(226,84,253); }
H1.HeaderClassName
{
color: #E254FD;
}
.AnyTagClassName
{
color: #E254FD;
}
</style>
background-color css
<style>
a { background-color: #E254FD; }
a { background-color: rgb(226,84,253); }
div.DivClassName
{
background-color: #E254FD;
}
.BgClassName
{
background-color: #E254FD;
}
</style>
border-color css
<style>
span { border-color: #E254FD; }
span { border-color: rgb(226,84,253); }
td.TdClassName
{
border-color: #E254FD;
}
.TagClassName
{
border-color: #E254FD;
}
</style>