Shades of Heliotrope #ED7FFF
Tints of Heliotrope #ED7FFF
RGB
CMYK
RGB Variations
Color information
#ED7FFF (or 0xED7FFF) is known color: Heliotrope. HEX triplet: ED, 7F and FF. RGB value is (237,127,255). Sum of RGB (Red+Green+Blue) = 237+127+255=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FFF is #128000. Grayscale: #AEAEAE. Windows color (decimal): -1212417 or 16744429. OLE color: 16744429.
HSL color Cylindrical-coordinate representation of color #ED7FFF: hue angle of 291.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7FFF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 127 | 255 | - |
| CMYK | 0.07 | 0.50 | 0 | 0 |
| HSL | 291.56º | 1% | 0.75% | - |
| HSV(B) | 291.56º | 0.5% | 1% | - |
| XYZ | 60.56 | 40.4 | 99.21 | - |
| YUV | 174.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 255 | 0.07 | 0.50 | 0 | 0 | 291.56 | 1 | 0.75 |
| Hex | ED | 7F | FF | 7 | 32 | 0 | 0 | 124 | 64 | 4B |
| Octal | 355 | 177 | 377 | 7 | 62 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101101 | 1111111 | 11111111 | 111 | 110010 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #ED7FFF
Complementary color
Monochromatic Colors of #ED7FFF
Black with #ED7FFF
Text Example
Text Example
White with #ED7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FFF; }
p { color: rgb(237,127,255); }
H1.HeaderClassName
{
color: #ED7FFF;
}
.AnyTagClassName
{
color: #ED7FFF;
}
</style>
background-color css
<style>
a { background-color: #ED7FFF; }
a { background-color: rgb(237,127,255); }
div.DivClassName
{
background-color: #ED7FFF;
}
.BgClassName
{
background-color: #ED7FFF;
}
</style>
border-color css
<style>
span { border-color: #ED7FFF; }
span { border-color: rgb(237,127,255); }
td.TdClassName
{
border-color: #ED7FFF;
}
.TagClassName
{
border-color: #ED7FFF;
}
</style>