Shades of Heliotrope #ED79FE
Tints of Heliotrope #ED79FE
RGB
CMYK
RGB Variations
Color information
#ED79FE (or 0xED79FE) is known color: Heliotrope. HEX triplet: ED, 79 and FE. RGB value is (237,121,254). Sum of RGB (Red+Green+Blue) = 237+121+254=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 121 (47.66% from 255 or 19.77% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED79FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED79FE is #128601. Grayscale: #AAAAAA. Windows color (decimal): -1213954 or 16677357. OLE color: 16677357.
HSL color Cylindrical-coordinate representation of color #ED79FE: hue angle of 292.33º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED79FE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 121 | 254 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.00 |
| HSL | 292.33º | 0.99% | 0.74% | - |
| HSV(B) | 292.33º | 0.52% | 1% | - |
| XYZ | 59.65 | 38.84 | 98.12 | - |
| YUV | 170.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 254 | 0.07 | 0.52 | 0 | 0.00 | 292.33 | 0.99 | 0.74 |
| Hex | ED | 79 | FE | 7 | 34 | 0 | 0 | 124 | 63 | 4A |
| Octal | 355 | 171 | 376 | 7 | 64 | 0 | 0 | 444 | 143 | 112 |
| Binary | 11101101 | 1111001 | 11111110 | 111 | 110100 | 0 | 0 | 100100100 | 1100011 | 1001010 |
Color Harmonies of #ED79FE
Complementary color
Monochromatic Colors of #ED79FE
Black with #ED79FE
Text Example
Text Example
White with #ED79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED79FE; }
p { color: rgb(237,121,254); }
H1.HeaderClassName
{
color: #ED79FE;
}
.AnyTagClassName
{
color: #ED79FE;
}
</style>
background-color css
<style>
a { background-color: #ED79FE; }
a { background-color: rgb(237,121,254); }
div.DivClassName
{
background-color: #ED79FE;
}
.BgClassName
{
background-color: #ED79FE;
}
</style>
border-color css
<style>
span { border-color: #ED79FE; }
span { border-color: rgb(237,121,254); }
td.TdClassName
{
border-color: #ED79FE;
}
.TagClassName
{
border-color: #ED79FE;
}
</style>