Shades of Heliotrope #ED73FF
Tints of Heliotrope #ED73FF
RGB
CMYK
RGB Variations
Color information
#ED73FF (or 0xED73FF) is known color: Heliotrope. HEX triplet: ED, 73 and FF. RGB value is (237,115,255). Sum of RGB (Red+Green+Blue) = 237+115+255=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED73FF is #128C00. Grayscale: #A7A7A7. Windows color (decimal): -1215489 or 16741357. OLE color: 16741357.
HSL color Cylindrical-coordinate representation of color #ED73FF: hue angle of 292.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED73FF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 115 | 255 | - |
| CMYK | 0.07 | 0.55 | 0 | 0 |
| HSL | 292.29º | 1% | 0.73% | - |
| HSV(B) | 292.29º | 0.55% | 1% | - |
| XYZ | 59.11 | 37.49 | 98.73 | - |
| YUV | 167.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 255 | 0.07 | 0.55 | 0 | 0 | 292.29 | 1 | 0.73 |
| Hex | ED | 73 | FF | 7 | 37 | 0 | 0 | 124 | 64 | 49 |
| Octal | 355 | 163 | 377 | 7 | 67 | 0 | 0 | 444 | 144 | 111 |
| Binary | 11101101 | 1110011 | 11111111 | 111 | 110111 | 0 | 0 | 100100100 | 1100100 | 1001001 |
Color Harmonies of #ED73FF
Complementary color
Monochromatic Colors of #ED73FF
Black with #ED73FF
Text Example
Text Example
White with #ED73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73FF; }
p { color: rgb(237,115,255); }
H1.HeaderClassName
{
color: #ED73FF;
}
.AnyTagClassName
{
color: #ED73FF;
}
</style>
background-color css
<style>
a { background-color: #ED73FF; }
a { background-color: rgb(237,115,255); }
div.DivClassName
{
background-color: #ED73FF;
}
.BgClassName
{
background-color: #ED73FF;
}
</style>
border-color css
<style>
span { border-color: #ED73FF; }
span { border-color: rgb(237,115,255); }
td.TdClassName
{
border-color: #ED73FF;
}
.TagClassName
{
border-color: #ED73FF;
}
</style>