Shades of Heliotrope #ED7DFF
Tints of Heliotrope #ED7DFF
RGB
CMYK
RGB Variations
Color information
#ED7DFF (or 0xED7DFF) is known color: Heliotrope. HEX triplet: ED, 7D and FF. RGB value is (237,125,255). Sum of RGB (Red+Green+Blue) = 237+125+255=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DFF is #128200. Grayscale: #ACACAC. Windows color (decimal): -1212929 or 16743917. OLE color: 16743917.
HSL color Cylindrical-coordinate representation of color #ED7DFF: hue angle of 291.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7DFF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 125 | 255 | - |
| CMYK | 0.07 | 0.51 | 0 | 0 |
| HSL | 291.69º | 1% | 0.75% | - |
| HSV(B) | 291.69º | 0.51% | 1% | - |
| XYZ | 60.31 | 39.89 | 99.13 | - |
| YUV | 173.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 255 | 0.07 | 0.51 | 0 | 0 | 291.69 | 1 | 0.75 |
| Hex | ED | 7D | FF | 7 | 33 | 0 | 0 | 124 | 64 | 4B |
| Octal | 355 | 175 | 377 | 7 | 63 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101101 | 1111101 | 11111111 | 111 | 110011 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #ED7DFF
Complementary color
Monochromatic Colors of #ED7DFF
Black with #ED7DFF
Text Example
Text Example
White with #ED7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DFF; }
p { color: rgb(237,125,255); }
H1.HeaderClassName
{
color: #ED7DFF;
}
.AnyTagClassName
{
color: #ED7DFF;
}
</style>
background-color css
<style>
a { background-color: #ED7DFF; }
a { background-color: rgb(237,125,255); }
div.DivClassName
{
background-color: #ED7DFF;
}
.BgClassName
{
background-color: #ED7DFF;
}
</style>
border-color css
<style>
span { border-color: #ED7DFF; }
span { border-color: rgb(237,125,255); }
td.TdClassName
{
border-color: #ED7DFF;
}
.TagClassName
{
border-color: #ED7DFF;
}
</style>