Shades of Heliotrope #ED71FA
Tints of Heliotrope #ED71FA
RGB
CMYK
RGB Variations
Color information
#ED71FA (or 0xED71FA) is known color: Heliotrope. HEX triplet: ED, 71 and FA. RGB value is (237,113,250). Sum of RGB (Red+Green+Blue) = 237+113+250=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 113 (44.53% from 255 or 18.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED71FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED71FA is #128E05. Grayscale: #A5A5A5. Windows color (decimal): -1216006 or 16413165. OLE color: 16413165.
HSL color Cylindrical-coordinate representation of color #ED71FA: hue angle of 294.31º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED71FA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 113 | 250 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.02 |
| HSL | 294.31º | 0.93% | 0.71% | - |
| HSV(B) | 294.31º | 0.55% | 0.98% | - |
| XYZ | 58.09 | 36.72 | 94.47 | - |
| YUV | 165.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 250 | 0.05 | 0.55 | 0 | 0.02 | 294.31 | 0.93 | 0.71 |
| Hex | ED | 71 | FA | 5 | 37 | 0 | 2 | 126 | 5D | 47 |
| Octal | 355 | 161 | 372 | 5 | 67 | 0 | 2 | 446 | 135 | 107 |
| Binary | 11101101 | 1110001 | 11111010 | 101 | 110111 | 0 | 10 | 100100110 | 1011101 | 1000111 |
Color Harmonies of #ED71FA
Complementary color
Monochromatic Colors of #ED71FA
Black with #ED71FA
Text Example
Text Example
White with #ED71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71FA; }
p { color: rgb(237,113,250); }
H1.HeaderClassName
{
color: #ED71FA;
}
.AnyTagClassName
{
color: #ED71FA;
}
</style>
background-color css
<style>
a { background-color: #ED71FA; }
a { background-color: rgb(237,113,250); }
div.DivClassName
{
background-color: #ED71FA;
}
.BgClassName
{
background-color: #ED71FA;
}
</style>
border-color css
<style>
span { border-color: #ED71FA; }
span { border-color: rgb(237,113,250); }
td.TdClassName
{
border-color: #ED71FA;
}
.TagClassName
{
border-color: #ED71FA;
}
</style>