Shades of Heliotrope #ED71FF
Tints of Heliotrope #ED71FF
RGB
CMYK
RGB Variations
Color information
#ED71FF (or 0xED71FF) is known color: Heliotrope. HEX triplet: ED, 71 and FF. RGB value is (237,113,255). Sum of RGB (Red+Green+Blue) = 237+113+255=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED71FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED71FF is #128E00. Grayscale: #A5A5A5. Windows color (decimal): -1216001 or 16740845. OLE color: 16740845.
HSL color Cylindrical-coordinate representation of color #ED71FF: hue angle of 292.39º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED71FF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 113 | 255 | - |
| CMYK | 0.07 | 0.56 | 0 | 0 |
| HSL | 292.39º | 1% | 0.72% | - |
| HSV(B) | 292.39º | 0.56% | 1% | - |
| XYZ | 58.88 | 37.03 | 98.65 | - |
| YUV | 166.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 255 | 0.07 | 0.56 | 0 | 0 | 292.39 | 1 | 0.72 |
| Hex | ED | 71 | FF | 7 | 38 | 0 | 0 | 124 | 64 | 48 |
| Octal | 355 | 161 | 377 | 7 | 70 | 0 | 0 | 444 | 144 | 110 |
| Binary | 11101101 | 1110001 | 11111111 | 111 | 111000 | 0 | 0 | 100100100 | 1100100 | 1001000 |
Color Harmonies of #ED71FF
Complementary color
Monochromatic Colors of #ED71FF
Black with #ED71FF
Text Example
Text Example
White with #ED71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71FF; }
p { color: rgb(237,113,255); }
H1.HeaderClassName
{
color: #ED71FF;
}
.AnyTagClassName
{
color: #ED71FF;
}
</style>
background-color css
<style>
a { background-color: #ED71FF; }
a { background-color: rgb(237,113,255); }
div.DivClassName
{
background-color: #ED71FF;
}
.BgClassName
{
background-color: #ED71FF;
}
</style>
border-color css
<style>
span { border-color: #ED71FF; }
span { border-color: rgb(237,113,255); }
td.TdClassName
{
border-color: #ED71FF;
}
.TagClassName
{
border-color: #ED71FF;
}
</style>