Shades of Heliotrope #E080FB
Tints of Heliotrope #E080FB
RGB
CMYK
RGB Variations
Color information
#E080FB (or 0xE080FB) is known color: Heliotrope. HEX triplet: E0, 80 and FB. RGB value is (224,128,251). Sum of RGB (Red+Green+Blue) = 224+128+251=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #E080FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FB is #1F7F04. Grayscale: #AAAAAA. Windows color (decimal): -2064133 or 16482528. OLE color: 16482528.
HSL color Cylindrical-coordinate representation of color #E080FB: hue angle of 286.83º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E080FB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 128 | 251 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.02 |
| HSL | 286.83º | 0.94% | 0.74% | - |
| HSV(B) | 286.83º | 0.49% | 0.98% | - |
| XYZ | 55.87 | 38.25 | 95.71 | - |
| YUV | 170.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 251 | 0.11 | 0.49 | 0 | 0.02 | 286.83 | 0.94 | 0.74 |
| Hex | E0 | 80 | FB | B | 31 | 0 | 2 | 11F | 5E | 4A |
| Octal | 340 | 200 | 373 | 13 | 61 | 0 | 2 | 437 | 136 | 112 |
| Binary | 11100000 | 10000000 | 11111011 | 1011 | 110001 | 0 | 10 | 100011111 | 1011110 | 1001010 |
Color Harmonies of #E080FB
Complementary color
Monochromatic Colors of #E080FB
Black with #E080FB
Text Example
Text Example
White with #E080FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080FB; }
p { color: rgb(224,128,251); }
H1.HeaderClassName
{
color: #E080FB;
}
.AnyTagClassName
{
color: #E080FB;
}
</style>
background-color css
<style>
a { background-color: #E080FB; }
a { background-color: rgb(224,128,251); }
div.DivClassName
{
background-color: #E080FB;
}
.BgClassName
{
background-color: #E080FB;
}
</style>
border-color css
<style>
span { border-color: #E080FB; }
span { border-color: rgb(224,128,251); }
td.TdClassName
{
border-color: #E080FB;
}
.TagClassName
{
border-color: #E080FB;
}
</style>