Shades of Heliotrope #EA72F6
Tints of Heliotrope #EA72F6
RGB
CMYK
RGB Variations
Color information
#EA72F6 (or 0xEA72F6) is known color: Heliotrope. HEX triplet: EA, 72 and F6. RGB value is (234,114,246). Sum of RGB (Red+Green+Blue) = 234+114+246=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 114 (44.92% from 255 or 19.19% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA72F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA72F6 is #158D09. Grayscale: #A4A4A4. Windows color (decimal): -1412362 or 16151274. OLE color: 16151274.
HSL color Cylindrical-coordinate representation of color #EA72F6: hue angle of 294.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA72F6 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 114 | 246 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.04 |
| HSL | 294.55º | 0.88% | 0.71% | - |
| HSV(B) | 294.55º | 0.54% | 0.96% | - |
| XYZ | 56.58 | 36.18 | 91.19 | - |
| YUV | 164.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 246 | 0.05 | 0.54 | 0 | 0.04 | 294.55 | 0.88 | 0.71 |
| Hex | EA | 72 | F6 | 5 | 36 | 0 | 4 | 127 | 58 | 47 |
| Octal | 352 | 162 | 366 | 5 | 66 | 0 | 4 | 447 | 130 | 107 |
| Binary | 11101010 | 1110010 | 11110110 | 101 | 110110 | 0 | 100 | 100100111 | 1011000 | 1000111 |
Color Harmonies of #EA72F6
Complementary color
Monochromatic Colors of #EA72F6
Black with #EA72F6
Text Example
Text Example
White with #EA72F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72F6; }
p { color: rgb(234,114,246); }
H1.HeaderClassName
{
color: #EA72F6;
}
.AnyTagClassName
{
color: #EA72F6;
}
</style>
background-color css
<style>
a { background-color: #EA72F6; }
a { background-color: rgb(234,114,246); }
div.DivClassName
{
background-color: #EA72F6;
}
.BgClassName
{
background-color: #EA72F6;
}
</style>
border-color css
<style>
span { border-color: #EA72F6; }
span { border-color: rgb(234,114,246); }
td.TdClassName
{
border-color: #EA72F6;
}
.TagClassName
{
border-color: #EA72F6;
}
</style>