Shades of Heliotrope #ED68FF
Tints of Heliotrope #ED68FF
RGB
CMYK
RGB Variations
Color information
#ED68FF (or 0xED68FF) is known color: Heliotrope. HEX triplet: ED, 68 and FF. RGB value is (237,104,255). Sum of RGB (Red+Green+Blue) = 237+104+255=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 104 (41.02% from 255 or 17.45% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FF is #129700. Grayscale: #A0A0A0. Windows color (decimal): -1218305 or 16738541. OLE color: 16738541.
HSL color Cylindrical-coordinate representation of color #ED68FF: hue angle of 292.85º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED68FF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 104 | 255 | - |
| CMYK | 0.07 | 0.59 | 0 | 0 |
| HSL | 292.85º | 1% | 0.7% | - |
| HSV(B) | 292.85º | 0.59% | 1% | - |
| XYZ | 57.93 | 35.13 | 98.33 | - |
| YUV | 160.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 255 | 0.07 | 0.59 | 0 | 0 | 292.85 | 1 | 0.7 |
| Hex | ED | 68 | FF | 7 | 3B | 0 | 0 | 125 | 64 | 46 |
| Octal | 355 | 150 | 377 | 7 | 73 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101101 | 1101000 | 11111111 | 111 | 111011 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #ED68FF
Complementary color
Monochromatic Colors of #ED68FF
Black with #ED68FF
Text Example
Text Example
White with #ED68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68FF; }
p { color: rgb(237,104,255); }
H1.HeaderClassName
{
color: #ED68FF;
}
.AnyTagClassName
{
color: #ED68FF;
}
</style>
background-color css
<style>
a { background-color: #ED68FF; }
a { background-color: rgb(237,104,255); }
div.DivClassName
{
background-color: #ED68FF;
}
.BgClassName
{
background-color: #ED68FF;
}
</style>
border-color css
<style>
span { border-color: #ED68FF; }
span { border-color: rgb(237,104,255); }
td.TdClassName
{
border-color: #ED68FF;
}
.TagClassName
{
border-color: #ED68FF;
}
</style>