Shades of Heliotrope #ED70F9
Tints of Heliotrope #ED70F9
RGB
CMYK
RGB Variations
Color information
#ED70F9 (or 0xED70F9) is known color: Heliotrope. HEX triplet: ED, 70 and F9. RGB value is (237,112,249). Sum of RGB (Red+Green+Blue) = 237+112+249=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 112 (44.14% from 255 or 18.73% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED70F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70F9 is #128F06. Grayscale: #A4A4A4. Windows color (decimal): -1216263 or 16347373. OLE color: 16347373.
HSL color Cylindrical-coordinate representation of color #ED70F9: hue angle of 294.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED70F9 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 112 | 249 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.02 |
| HSL | 294.74º | 0.92% | 0.71% | - |
| HSV(B) | 294.74º | 0.55% | 0.98% | - |
| XYZ | 57.82 | 36.43 | 93.61 | - |
| YUV | 164.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 249 | 0.05 | 0.55 | 0 | 0.02 | 294.74 | 0.92 | 0.71 |
| Hex | ED | 70 | F9 | 5 | 37 | 0 | 2 | 127 | 5C | 47 |
| Octal | 355 | 160 | 371 | 5 | 67 | 0 | 2 | 447 | 134 | 107 |
| Binary | 11101101 | 1110000 | 11111001 | 101 | 110111 | 0 | 10 | 100100111 | 1011100 | 1000111 |
Color Harmonies of #ED70F9
Complementary color
Monochromatic Colors of #ED70F9
Black with #ED70F9
Text Example
Text Example
White with #ED70F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70F9; }
p { color: rgb(237,112,249); }
H1.HeaderClassName
{
color: #ED70F9;
}
.AnyTagClassName
{
color: #ED70F9;
}
</style>
background-color css
<style>
a { background-color: #ED70F9; }
a { background-color: rgb(237,112,249); }
div.DivClassName
{
background-color: #ED70F9;
}
.BgClassName
{
background-color: #ED70F9;
}
</style>
border-color css
<style>
span { border-color: #ED70F9; }
span { border-color: rgb(237,112,249); }
td.TdClassName
{
border-color: #ED70F9;
}
.TagClassName
{
border-color: #ED70F9;
}
</style>