Shades of Heliotrope #E452FD
Tints of Heliotrope #E452FD
RGB
CMYK
RGB Variations
Color information
#E452FD (or 0xE452FD) is known color: Heliotrope. HEX triplet: E4, 52 and FD. RGB value is (228,82,253). Sum of RGB (Red+Green+Blue) = 228+82+253=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 82 (32.42% from 255 or 14.56% 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 #E452FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E452FD is #1BAD02. Grayscale: #909090. Windows color (decimal): -1813763 or 16601828. OLE color: 16601828.
HSL color Cylindrical-coordinate representation of color #E452FD: hue angle of 291.23º 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 #E452FD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 82 | 253 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.01 |
| HSL | 291.23º | 0.98% | 0.66% | - |
| HSV(B) | 291.23º | 0.68% | 0.99% | - |
| XYZ | 52.74 | 29.62 | 95.87 | - |
| YUV | 145.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 253 | 0.10 | 0.68 | 0 | 0.01 | 291.23 | 0.98 | 0.66 |
| Hex | E4 | 52 | FD | A | 44 | 0 | 1 | 123 | 62 | 42 |
| Octal | 344 | 122 | 375 | 12 | 104 | 0 | 1 | 443 | 142 | 102 |
| Binary | 11100100 | 1010010 | 11111101 | 1010 | 1000100 | 0 | 1 | 100100011 | 1100010 | 1000010 |
Color Harmonies of #E452FD
Complementary color
Monochromatic Colors of #E452FD
Black with #E452FD
Text Example
Text Example
White with #E452FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E452FD; }
p { color: rgb(228,82,253); }
H1.HeaderClassName
{
color: #E452FD;
}
.AnyTagClassName
{
color: #E452FD;
}
</style>
background-color css
<style>
a { background-color: #E452FD; }
a { background-color: rgb(228,82,253); }
div.DivClassName
{
background-color: #E452FD;
}
.BgClassName
{
background-color: #E452FD;
}
</style>
border-color css
<style>
span { border-color: #E452FD; }
span { border-color: rgb(228,82,253); }
td.TdClassName
{
border-color: #E452FD;
}
.TagClassName
{
border-color: #E452FD;
}
</style>