Shades of Heliotrope #ED75FE
Tints of Heliotrope #ED75FE
RGB
CMYK
RGB Variations
Color information
#ED75FE (or 0xED75FE) is known color: Heliotrope. HEX triplet: ED, 75 and FE. RGB value is (237,117,254). Sum of RGB (Red+Green+Blue) = 237+117+254=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 117 (46.09% from 255 or 19.24% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED75FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75FE is #128A01. Grayscale: #A8A8A8. Windows color (decimal): -1214978 or 16676333. OLE color: 16676333.
HSL color Cylindrical-coordinate representation of color #ED75FE: hue angle of 292.55º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED75FE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 117 | 254 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.00 |
| HSL | 292.55º | 0.99% | 0.73% | - |
| HSV(B) | 292.55º | 0.54% | 1% | - |
| XYZ | 59.18 | 37.88 | 97.96 | - |
| YUV | 168.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 254 | 0.07 | 0.54 | 0 | 0.00 | 292.55 | 0.99 | 0.73 |
| Hex | ED | 75 | FE | 7 | 36 | 0 | 0 | 125 | 63 | 49 |
| Octal | 355 | 165 | 376 | 7 | 66 | 0 | 0 | 445 | 143 | 111 |
| Binary | 11101101 | 1110101 | 11111110 | 111 | 110110 | 0 | 0 | 100100101 | 1100011 | 1001001 |
Color Harmonies of #ED75FE
Complementary color
Monochromatic Colors of #ED75FE
Black with #ED75FE
Text Example
Text Example
White with #ED75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED75FE; }
p { color: rgb(237,117,254); }
H1.HeaderClassName
{
color: #ED75FE;
}
.AnyTagClassName
{
color: #ED75FE;
}
</style>
background-color css
<style>
a { background-color: #ED75FE; }
a { background-color: rgb(237,117,254); }
div.DivClassName
{
background-color: #ED75FE;
}
.BgClassName
{
background-color: #ED75FE;
}
</style>
border-color css
<style>
span { border-color: #ED75FE; }
span { border-color: rgb(237,117,254); }
td.TdClassName
{
border-color: #ED75FE;
}
.TagClassName
{
border-color: #ED75FE;
}
</style>