Shades of Heliotrope #E553FE
Tints of Heliotrope #E553FE
RGB
CMYK
RGB Variations
Color information
#E553FE (or 0xE553FE) is known color: Heliotrope. HEX triplet: E5, 53 and FE. RGB value is (229,83,254). Sum of RGB (Red+Green+Blue) = 229+83+254=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 83 (32.81% from 255 or 14.66% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #E553FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E553FE is #1AAC01. Grayscale: #919191. Windows color (decimal): -1747970 or 16667621. OLE color: 16667621.
HSL color Cylindrical-coordinate representation of color #E553FE: hue angle of 291.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E553FE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 83 | 254 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.00 |
| HSL | 291.23º | 0.99% | 0.66% | - |
| HSV(B) | 291.23º | 0.67% | 1% | - |
| XYZ | 53.3 | 30 | 96.75 | - |
| YUV | 146.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 254 | 0.10 | 0.67 | 0 | 0.00 | 291.23 | 0.99 | 0.66 |
| Hex | E5 | 53 | FE | A | 43 | 0 | 0 | 123 | 63 | 42 |
| Octal | 345 | 123 | 376 | 12 | 103 | 0 | 0 | 443 | 143 | 102 |
| Binary | 11100101 | 1010011 | 11111110 | 1010 | 1000011 | 0 | 0 | 100100011 | 1100011 | 1000010 |
Color Harmonies of #E553FE
Complementary color
Monochromatic Colors of #E553FE
Black with #E553FE
Text Example
Text Example
White with #E553FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553FE; }
p { color: rgb(229,83,254); }
H1.HeaderClassName
{
color: #E553FE;
}
.AnyTagClassName
{
color: #E553FE;
}
</style>
background-color css
<style>
a { background-color: #E553FE; }
a { background-color: rgb(229,83,254); }
div.DivClassName
{
background-color: #E553FE;
}
.BgClassName
{
background-color: #E553FE;
}
</style>
border-color css
<style>
span { border-color: #E553FE; }
span { border-color: rgb(229,83,254); }
td.TdClassName
{
border-color: #E553FE;
}
.TagClassName
{
border-color: #E553FE;
}
</style>