Shades of Heliotrope #E274FB
Tints of Heliotrope #E274FB
RGB
CMYK
RGB Variations
Color information
#E274FB (or 0xE274FB) is known color: Heliotrope. HEX triplet: E2, 74 and FB. RGB value is (226,116,251). Sum of RGB (Red+Green+Blue) = 226+116+251=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #E274FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274FB is #1D8B04. Grayscale: #A3A3A3. Windows color (decimal): -1936133 or 16479458. OLE color: 16479458.
HSL color Cylindrical-coordinate representation of color #E274FB: hue angle of 288.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E274FB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 116 | 251 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.02 |
| HSL | 288.89º | 0.94% | 0.72% | - |
| HSV(B) | 288.89º | 0.54% | 0.98% | - |
| XYZ | 55.02 | 35.62 | 95.24 | - |
| YUV | 164.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 251 | 0.10 | 0.54 | 0 | 0.02 | 288.89 | 0.94 | 0.72 |
| Hex | E2 | 74 | FB | A | 36 | 0 | 2 | 121 | 5E | 48 |
| Octal | 342 | 164 | 373 | 12 | 66 | 0 | 2 | 441 | 136 | 110 |
| Binary | 11100010 | 1110100 | 11111011 | 1010 | 110110 | 0 | 10 | 100100001 | 1011110 | 1001000 |
Color Harmonies of #E274FB
Complementary color
Monochromatic Colors of #E274FB
Black with #E274FB
Text Example
Text Example
White with #E274FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274FB; }
p { color: rgb(226,116,251); }
H1.HeaderClassName
{
color: #E274FB;
}
.AnyTagClassName
{
color: #E274FB;
}
</style>
background-color css
<style>
a { background-color: #E274FB; }
a { background-color: rgb(226,116,251); }
div.DivClassName
{
background-color: #E274FB;
}
.BgClassName
{
background-color: #E274FB;
}
</style>
border-color css
<style>
span { border-color: #E274FB; }
span { border-color: rgb(226,116,251); }
td.TdClassName
{
border-color: #E274FB;
}
.TagClassName
{
border-color: #E274FB;
}
</style>