Shades of Heliotrope #ED73FE
Tints of Heliotrope #ED73FE
RGB
CMYK
RGB Variations
Color information
#ED73FE (or 0xED73FE) is known color: Heliotrope. HEX triplet: ED, 73 and FE. RGB value is (237,115,254). Sum of RGB (Red+Green+Blue) = 237+115+254=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED73FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED73FE is #128C01. Grayscale: #A6A6A6. Windows color (decimal): -1215490 or 16675821. OLE color: 16675821.
HSL color Cylindrical-coordinate representation of color #ED73FE: hue angle of 292.66º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED73FE is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 115 | 254 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.00 |
| HSL | 292.66º | 0.99% | 0.72% | - |
| HSV(B) | 292.66º | 0.55% | 1% | - |
| XYZ | 58.95 | 37.42 | 97.88 | - |
| YUV | 167.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 254 | 0.07 | 0.55 | 0 | 0.00 | 292.66 | 0.99 | 0.72 |
| Hex | ED | 73 | FE | 7 | 37 | 0 | 0 | 125 | 63 | 48 |
| Octal | 355 | 163 | 376 | 7 | 67 | 0 | 0 | 445 | 143 | 110 |
| Binary | 11101101 | 1110011 | 11111110 | 111 | 110111 | 0 | 0 | 100100101 | 1100011 | 1001000 |
Color Harmonies of #ED73FE
Complementary color
Monochromatic Colors of #ED73FE
Black with #ED73FE
Text Example
Text Example
White with #ED73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73FE; }
p { color: rgb(237,115,254); }
H1.HeaderClassName
{
color: #ED73FE;
}
.AnyTagClassName
{
color: #ED73FE;
}
</style>
background-color css
<style>
a { background-color: #ED73FE; }
a { background-color: rgb(237,115,254); }
div.DivClassName
{
background-color: #ED73FE;
}
.BgClassName
{
background-color: #ED73FE;
}
</style>
border-color css
<style>
span { border-color: #ED73FE; }
span { border-color: rgb(237,115,254); }
td.TdClassName
{
border-color: #ED73FE;
}
.TagClassName
{
border-color: #ED73FE;
}
</style>