Shades of Heliotrope #E255FD
Tints of Heliotrope #E255FD
RGB
CMYK
RGB Variations
Color information
#E255FD (or 0xE255FD) is known color: Heliotrope. HEX triplet: E2, 55 and FD. RGB value is (226,85,253). Sum of RGB (Red+Green+Blue) = 226+85+253=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #E255FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255FD is #1DAA02. Grayscale: #919191. Windows color (decimal): -1944067 or 16602594. OLE color: 16602594.
HSL color Cylindrical-coordinate representation of color #E255FD: hue angle of 290.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E255FD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 85 | 253 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.01 |
| HSL | 290.36º | 0.98% | 0.66% | - |
| HSV(B) | 290.36º | 0.66% | 0.99% | - |
| XYZ | 52.34 | 29.76 | 95.91 | - |
| YUV | 146.31 | 188.21 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 253 | 0.11 | 0.66 | 0 | 0.01 | 290.36 | 0.98 | 0.66 |
| Hex | E2 | 55 | FD | B | 42 | 0 | 1 | 122 | 62 | 42 |
| Octal | 342 | 125 | 375 | 13 | 102 | 0 | 1 | 442 | 142 | 102 |
| Binary | 11100010 | 1010101 | 11111101 | 1011 | 1000010 | 0 | 1 | 100100010 | 1100010 | 1000010 |
Color Harmonies of #E255FD
Complementary color
Monochromatic Colors of #E255FD
Black with #E255FD
Text Example
Text Example
White with #E255FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255FD; }
p { color: rgb(226,85,253); }
H1.HeaderClassName
{
color: #E255FD;
}
.AnyTagClassName
{
color: #E255FD;
}
</style>
background-color css
<style>
a { background-color: #E255FD; }
a { background-color: rgb(226,85,253); }
div.DivClassName
{
background-color: #E255FD;
}
.BgClassName
{
background-color: #E255FD;
}
</style>
border-color css
<style>
span { border-color: #E255FD; }
span { border-color: rgb(226,85,253); }
td.TdClassName
{
border-color: #E255FD;
}
.TagClassName
{
border-color: #E255FD;
}
</style>