Shades of Heliotrope #ED75FF
Tints of Heliotrope #ED75FF
RGB
CMYK
RGB Variations
Color information
#ED75FF (or 0xED75FF) is known color: Heliotrope. HEX triplet: ED, 75 and FF. RGB value is (237,117,255). Sum of RGB (Red+Green+Blue) = 237+117+255=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 117 (46.09% from 255 or 19.21% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED75FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75FF is #128A00. Grayscale: #A8A8A8. Windows color (decimal): -1214977 or 16741869. OLE color: 16741869.
HSL color Cylindrical-coordinate representation of color #ED75FF: hue angle of 292.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED75FF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 117 | 255 | - |
| CMYK | 0.07 | 0.54 | 0 | 0 |
| HSL | 292.17º | 1% | 0.73% | - |
| HSV(B) | 292.17º | 0.54% | 1% | - |
| XYZ | 59.34 | 37.95 | 98.8 | - |
| YUV | 168.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 255 | 0.07 | 0.54 | 0 | 0 | 292.17 | 1 | 0.73 |
| Hex | ED | 75 | FF | 7 | 36 | 0 | 0 | 124 | 64 | 49 |
| Octal | 355 | 165 | 377 | 7 | 66 | 0 | 0 | 444 | 144 | 111 |
| Binary | 11101101 | 1110101 | 11111111 | 111 | 110110 | 0 | 0 | 100100100 | 1100100 | 1001001 |
Color Harmonies of #ED75FF
Complementary color
Monochromatic Colors of #ED75FF
Black with #ED75FF
Text Example
Text Example
White with #ED75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED75FF; }
p { color: rgb(237,117,255); }
H1.HeaderClassName
{
color: #ED75FF;
}
.AnyTagClassName
{
color: #ED75FF;
}
</style>
background-color css
<style>
a { background-color: #ED75FF; }
a { background-color: rgb(237,117,255); }
div.DivClassName
{
background-color: #ED75FF;
}
.BgClassName
{
background-color: #ED75FF;
}
</style>
border-color css
<style>
span { border-color: #ED75FF; }
span { border-color: rgb(237,117,255); }
td.TdClassName
{
border-color: #ED75FF;
}
.TagClassName
{
border-color: #ED75FF;
}
</style>