Shades of Heliotrope #ED6BFC
Tints of Heliotrope #ED6BFC
RGB
CMYK
RGB Variations
Color information
#ED6BFC (or 0xED6BFC) is known color: Heliotrope. HEX triplet: ED, 6B and FC. RGB value is (237,107,252). Sum of RGB (Red+Green+Blue) = 237+107+252=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 107 (42.19% from 255 or 17.95% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED6BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BFC is #129403. Grayscale: #A1A1A1. Windows color (decimal): -1217540 or 16542701. OLE color: 16542701.
HSL color Cylindrical-coordinate representation of color #ED6BFC: hue angle of 293.79º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6BFC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 107 | 252 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.01 |
| HSL | 293.79º | 0.96% | 0.7% | - |
| HSV(B) | 293.79º | 0.58% | 0.99% | - |
| XYZ | 57.75 | 35.55 | 95.91 | - |
| YUV | 162.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 252 | 0.06 | 0.58 | 0 | 0.01 | 293.79 | 0.96 | 0.7 |
| Hex | ED | 6B | FC | 6 | 3A | 0 | 1 | 126 | 60 | 46 |
| Octal | 355 | 153 | 374 | 6 | 72 | 0 | 1 | 446 | 140 | 106 |
| Binary | 11101101 | 1101011 | 11111100 | 110 | 111010 | 0 | 1 | 100100110 | 1100000 | 1000110 |
Color Harmonies of #ED6BFC
Complementary color
Monochromatic Colors of #ED6BFC
Black with #ED6BFC
Text Example
Text Example
White with #ED6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BFC; }
p { color: rgb(237,107,252); }
H1.HeaderClassName
{
color: #ED6BFC;
}
.AnyTagClassName
{
color: #ED6BFC;
}
</style>
background-color css
<style>
a { background-color: #ED6BFC; }
a { background-color: rgb(237,107,252); }
div.DivClassName
{
background-color: #ED6BFC;
}
.BgClassName
{
background-color: #ED6BFC;
}
</style>
border-color css
<style>
span { border-color: #ED6BFC; }
span { border-color: rgb(237,107,252); }
td.TdClassName
{
border-color: #ED6BFC;
}
.TagClassName
{
border-color: #ED6BFC;
}
</style>