Shades of Heliotrope #E14AFB
Tints of Heliotrope #E14AFB
RGB
CMYK
RGB Variations
Color information
#E14AFB (or 0xE14AFB) is known color: Heliotrope. HEX triplet: E1, 4A and FB. RGB value is (225,74,251). Sum of RGB (Red+Green+Blue) = 225+74+251=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 74 (29.30% from 255 or 13.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #E14AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14AFB is #1EB504. Grayscale: #8A8A8A. Windows color (decimal): -2012421 or 16468705. OLE color: 16468705.
HSL color Cylindrical-coordinate representation of color #E14AFB: hue angle of 291.19º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14AFB is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 74 | 251 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.02 |
| HSL | 291.19º | 0.96% | 0.64% | - |
| HSV(B) | 291.19º | 0.71% | 0.98% | - |
| XYZ | 50.91 | 27.87 | 93.96 | - |
| YUV | 139.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 251 | 0.10 | 0.71 | 0 | 0.02 | 291.19 | 0.96 | 0.64 |
| Hex | E1 | 4A | FB | A | 47 | 0 | 2 | 123 | 60 | 40 |
| Octal | 341 | 112 | 373 | 12 | 107 | 0 | 2 | 443 | 140 | 100 |
| Binary | 11100001 | 1001010 | 11111011 | 1010 | 1000111 | 0 | 10 | 100100011 | 1100000 | 1000000 |
Color Harmonies of #E14AFB
Complementary color
Monochromatic Colors of #E14AFB
Black with #E14AFB
Text Example
Text Example
White with #E14AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AFB; }
p { color: rgb(225,74,251); }
H1.HeaderClassName
{
color: #E14AFB;
}
.AnyTagClassName
{
color: #E14AFB;
}
</style>
background-color css
<style>
a { background-color: #E14AFB; }
a { background-color: rgb(225,74,251); }
div.DivClassName
{
background-color: #E14AFB;
}
.BgClassName
{
background-color: #E14AFB;
}
</style>
border-color css
<style>
span { border-color: #E14AFB; }
span { border-color: rgb(225,74,251); }
td.TdClassName
{
border-color: #E14AFB;
}
.TagClassName
{
border-color: #E14AFB;
}
</style>