Shades of Heliotrope #ED6FFE
Tints of Heliotrope #ED6FFE
RGB
CMYK
RGB Variations
Color information
#ED6FFE (or 0xED6FFE) is known color: Heliotrope. HEX triplet: ED, 6F and FE. RGB value is (237,111,254). Sum of RGB (Red+Green+Blue) = 237+111+254=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED6FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FFE is #129001. Grayscale: #A4A4A4. Windows color (decimal): -1216514 or 16674797. OLE color: 16674797.
HSL color Cylindrical-coordinate representation of color #ED6FFE: hue angle of 292.87º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6FFE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 111 | 254 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.00 |
| HSL | 292.87º | 0.99% | 0.72% | - |
| HSV(B) | 292.87º | 0.56% | 1% | - |
| XYZ | 58.5 | 36.53 | 97.73 | - |
| YUV | 164.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 254 | 0.07 | 0.56 | 0 | 0.00 | 292.87 | 0.99 | 0.72 |
| Hex | ED | 6F | FE | 7 | 38 | 0 | 0 | 125 | 63 | 48 |
| Octal | 355 | 157 | 376 | 7 | 70 | 0 | 0 | 445 | 143 | 110 |
| Binary | 11101101 | 1101111 | 11111110 | 111 | 111000 | 0 | 0 | 100100101 | 1100011 | 1001000 |
Color Harmonies of #ED6FFE
Complementary color
Monochromatic Colors of #ED6FFE
Black with #ED6FFE
Text Example
Text Example
White with #ED6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FFE; }
p { color: rgb(237,111,254); }
H1.HeaderClassName
{
color: #ED6FFE;
}
.AnyTagClassName
{
color: #ED6FFE;
}
</style>
background-color css
<style>
a { background-color: #ED6FFE; }
a { background-color: rgb(237,111,254); }
div.DivClassName
{
background-color: #ED6FFE;
}
.BgClassName
{
background-color: #ED6FFE;
}
</style>
border-color css
<style>
span { border-color: #ED6FFE; }
span { border-color: rgb(237,111,254); }
td.TdClassName
{
border-color: #ED6FFE;
}
.TagClassName
{
border-color: #ED6FFE;
}
</style>