Shades of Heliotrope #E45FFD
Tints of Heliotrope #E45FFD
RGB
CMYK
RGB Variations
Color information
#E45FFD (or 0xE45FFD) is known color: Heliotrope. HEX triplet: E4, 5F and FD. RGB value is (228,95,253). Sum of RGB (Red+Green+Blue) = 228+95+253=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 95 (37.5% from 255 or 16.49% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #E45FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45FFD is #1BA002. Grayscale: #989898. Windows color (decimal): -1810435 or 16605156. OLE color: 16605156.
HSL color Cylindrical-coordinate representation of color #E45FFD: hue angle of 290.51º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45FFD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 95 | 253 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.01 |
| HSL | 290.51º | 0.98% | 0.68% | - |
| HSV(B) | 290.51º | 0.62% | 0.99% | - |
| XYZ | 53.82 | 31.77 | 96.22 | - |
| YUV | 152.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 253 | 0.10 | 0.62 | 0 | 0.01 | 290.51 | 0.98 | 0.68 |
| Hex | E4 | 5F | FD | A | 3E | 0 | 1 | 123 | 62 | 44 |
| Octal | 344 | 137 | 375 | 12 | 76 | 0 | 1 | 443 | 142 | 104 |
| Binary | 11100100 | 1011111 | 11111101 | 1010 | 111110 | 0 | 1 | 100100011 | 1100010 | 1000100 |
Color Harmonies of #E45FFD
Complementary color
Monochromatic Colors of #E45FFD
Black with #E45FFD
Text Example
Text Example
White with #E45FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FFD; }
p { color: rgb(228,95,253); }
H1.HeaderClassName
{
color: #E45FFD;
}
.AnyTagClassName
{
color: #E45FFD;
}
</style>
background-color css
<style>
a { background-color: #E45FFD; }
a { background-color: rgb(228,95,253); }
div.DivClassName
{
background-color: #E45FFD;
}
.BgClassName
{
background-color: #E45FFD;
}
</style>
border-color css
<style>
span { border-color: #E45FFD; }
span { border-color: rgb(228,95,253); }
td.TdClassName
{
border-color: #E45FFD;
}
.TagClassName
{
border-color: #E45FFD;
}
</style>