Shades of Heliotrope #ED70FE
Tints of Heliotrope #ED70FE
RGB
CMYK
RGB Variations
Color information
#ED70FE (or 0xED70FE) is known color: Heliotrope. HEX triplet: ED, 70 and FE. RGB value is (237,112,254). Sum of RGB (Red+Green+Blue) = 237+112+254=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED70FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70FE is #128F01. Grayscale: #A5A5A5. Windows color (decimal): -1216258 or 16675053. OLE color: 16675053.
HSL color Cylindrical-coordinate representation of color #ED70FE: hue angle of 292.82º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED70FE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 112 | 254 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.00 |
| HSL | 292.82º | 0.99% | 0.72% | - |
| HSV(B) | 292.82º | 0.56% | 1% | - |
| XYZ | 58.61 | 36.75 | 97.77 | - |
| YUV | 165.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 254 | 0.07 | 0.56 | 0 | 0.00 | 292.82 | 0.99 | 0.72 |
| Hex | ED | 70 | FE | 7 | 38 | 0 | 0 | 125 | 63 | 48 |
| Octal | 355 | 160 | 376 | 7 | 70 | 0 | 0 | 445 | 143 | 110 |
| Binary | 11101101 | 1110000 | 11111110 | 111 | 111000 | 0 | 0 | 100100101 | 1100011 | 1001000 |
Color Harmonies of #ED70FE
Complementary color
Monochromatic Colors of #ED70FE
Black with #ED70FE
Text Example
Text Example
White with #ED70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70FE; }
p { color: rgb(237,112,254); }
H1.HeaderClassName
{
color: #ED70FE;
}
.AnyTagClassName
{
color: #ED70FE;
}
</style>
background-color css
<style>
a { background-color: #ED70FE; }
a { background-color: rgb(237,112,254); }
div.DivClassName
{
background-color: #ED70FE;
}
.BgClassName
{
background-color: #ED70FE;
}
</style>
border-color css
<style>
span { border-color: #ED70FE; }
span { border-color: rgb(237,112,254); }
td.TdClassName
{
border-color: #ED70FE;
}
.TagClassName
{
border-color: #ED70FE;
}
</style>