Shades of Heliotrope #ED6BFA
Tints of Heliotrope #ED6BFA
RGB
CMYK
RGB Variations
Color information
#ED6BFA (or 0xED6BFA) is known color: Heliotrope. HEX triplet: ED, 6B and FA. RGB value is (237,107,250). Sum of RGB (Red+Green+Blue) = 237+107+250=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BFA is #129405. Grayscale: #A1A1A1. Windows color (decimal): -1217542 or 16411629. OLE color: 16411629.
HSL color Cylindrical-coordinate representation of color #ED6BFA: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6BFA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 107 | 250 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.02 |
| HSL | 294.55º | 0.93% | 0.7% | - |
| HSV(B) | 294.55º | 0.57% | 0.98% | - |
| XYZ | 57.44 | 35.42 | 94.25 | - |
| YUV | 162.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 250 | 0.05 | 0.57 | 0 | 0.02 | 294.55 | 0.93 | 0.7 |
| Hex | ED | 6B | FA | 5 | 39 | 0 | 2 | 127 | 5D | 46 |
| Octal | 355 | 153 | 372 | 5 | 71 | 0 | 2 | 447 | 135 | 106 |
| Binary | 11101101 | 1101011 | 11111010 | 101 | 111001 | 0 | 10 | 100100111 | 1011101 | 1000110 |
Color Harmonies of #ED6BFA
Complementary color
Monochromatic Colors of #ED6BFA
Black with #ED6BFA
Text Example
Text Example
White with #ED6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BFA; }
p { color: rgb(237,107,250); }
H1.HeaderClassName
{
color: #ED6BFA;
}
.AnyTagClassName
{
color: #ED6BFA;
}
</style>
background-color css
<style>
a { background-color: #ED6BFA; }
a { background-color: rgb(237,107,250); }
div.DivClassName
{
background-color: #ED6BFA;
}
.BgClassName
{
background-color: #ED6BFA;
}
</style>
border-color css
<style>
span { border-color: #ED6BFA; }
span { border-color: rgb(237,107,250); }
td.TdClassName
{
border-color: #ED6BFA;
}
.TagClassName
{
border-color: #ED6BFA;
}
</style>