Shades of Heliotrope #E14BFD
Tints of Heliotrope #E14BFD
RGB
CMYK
RGB Variations
Color information
#E14BFD (or 0xE14BFD) is known color: Heliotrope. HEX triplet: E1, 4B and FD. RGB value is (225,75,253). Sum of RGB (Red+Green+Blue) = 225+75+253=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 75 (29.69% from 255 or 13.56% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #E14BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14BFD is #1EB402. Grayscale: #8B8B8B. Windows color (decimal): -2012163 or 16600033. OLE color: 16600033.
HSL color Cylindrical-coordinate representation of color #E14BFD: hue angle of 290.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14BFD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 75 | 253 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.01 |
| HSL | 290.56º | 0.98% | 0.64% | - |
| HSV(B) | 290.56º | 0.7% | 0.99% | - |
| XYZ | 51.3 | 28.13 | 95.65 | - |
| YUV | 140.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 253 | 0.11 | 0.70 | 0 | 0.01 | 290.56 | 0.98 | 0.64 |
| Hex | E1 | 4B | FD | B | 46 | 0 | 1 | 123 | 62 | 40 |
| Octal | 341 | 113 | 375 | 13 | 106 | 0 | 1 | 443 | 142 | 100 |
| Binary | 11100001 | 1001011 | 11111101 | 1011 | 1000110 | 0 | 1 | 100100011 | 1100010 | 1000000 |
Color Harmonies of #E14BFD
Complementary color
Monochromatic Colors of #E14BFD
Black with #E14BFD
Text Example
Text Example
White with #E14BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BFD; }
p { color: rgb(225,75,253); }
H1.HeaderClassName
{
color: #E14BFD;
}
.AnyTagClassName
{
color: #E14BFD;
}
</style>
background-color css
<style>
a { background-color: #E14BFD; }
a { background-color: rgb(225,75,253); }
div.DivClassName
{
background-color: #E14BFD;
}
.BgClassName
{
background-color: #E14BFD;
}
</style>
border-color css
<style>
span { border-color: #E14BFD; }
span { border-color: rgb(225,75,253); }
td.TdClassName
{
border-color: #E14BFD;
}
.TagClassName
{
border-color: #E14BFD;
}
</style>