Shades of Heliotrope #E552FD
Tints of Heliotrope #E552FD
RGB
CMYK
RGB Variations
Color information
#E552FD (or 0xE552FD) is known color: Heliotrope. HEX triplet: E5, 52 and FD. RGB value is (229,82,253). Sum of RGB (Red+Green+Blue) = 229+82+253=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 82 (32.42% from 255 or 14.54% 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 #E552FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552FD is #1AAD02. Grayscale: #909090. Windows color (decimal): -1748227 or 16601829. OLE color: 16601829.
HSL color Cylindrical-coordinate representation of color #E552FD: hue angle of 291.58º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E552FD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 82 | 253 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.01 |
| HSL | 291.58º | 0.98% | 0.66% | - |
| HSV(B) | 291.58º | 0.68% | 0.99% | - |
| XYZ | 53.06 | 29.78 | 95.88 | - |
| YUV | 145.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 253 | 0.09 | 0.68 | 0 | 0.01 | 291.58 | 0.98 | 0.66 |
| Hex | E5 | 52 | FD | 9 | 44 | 0 | 1 | 124 | 62 | 42 |
| Octal | 345 | 122 | 375 | 11 | 104 | 0 | 1 | 444 | 142 | 102 |
| Binary | 11100101 | 1010010 | 11111101 | 1001 | 1000100 | 0 | 1 | 100100100 | 1100010 | 1000010 |
Color Harmonies of #E552FD
Complementary color
Monochromatic Colors of #E552FD
Black with #E552FD
Text Example
Text Example
White with #E552FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552FD; }
p { color: rgb(229,82,253); }
H1.HeaderClassName
{
color: #E552FD;
}
.AnyTagClassName
{
color: #E552FD;
}
</style>
background-color css
<style>
a { background-color: #E552FD; }
a { background-color: rgb(229,82,253); }
div.DivClassName
{
background-color: #E552FD;
}
.BgClassName
{
background-color: #E552FD;
}
</style>
border-color css
<style>
span { border-color: #E552FD; }
span { border-color: rgb(229,82,253); }
td.TdClassName
{
border-color: #E552FD;
}
.TagClassName
{
border-color: #E552FD;
}
</style>