Shades of Heliotrope #EC75FE
Tints of Heliotrope #EC75FE
RGB
CMYK
RGB Variations
Color information
#EC75FE (or 0xEC75FE) is known color: Heliotrope. HEX triplet: EC, 75 and FE. RGB value is (236,117,254). Sum of RGB (Red+Green+Blue) = 236+117+254=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 117 (46.09% from 255 or 19.28% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC75FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75FE is #138A01. Grayscale: #A7A7A7. Windows color (decimal): -1280514 or 16676332. OLE color: 16676332.
HSL color Cylindrical-coordinate representation of color #EC75FE: hue angle of 292.12º 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 #EC75FE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 117 | 254 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.00 |
| HSL | 292.12º | 0.99% | 0.73% | - |
| HSV(B) | 292.12º | 0.54% | 1% | - |
| XYZ | 58.84 | 37.71 | 97.94 | - |
| YUV | 168.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 254 | 0.07 | 0.54 | 0 | 0.00 | 292.12 | 0.99 | 0.73 |
| Hex | EC | 75 | FE | 7 | 36 | 0 | 0 | 124 | 63 | 49 |
| Octal | 354 | 165 | 376 | 7 | 66 | 0 | 0 | 444 | 143 | 111 |
| Binary | 11101100 | 1110101 | 11111110 | 111 | 110110 | 0 | 0 | 100100100 | 1100011 | 1001001 |
Color Harmonies of #EC75FE
Complementary color
Monochromatic Colors of #EC75FE
Black with #EC75FE
Text Example
Text Example
White with #EC75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75FE; }
p { color: rgb(236,117,254); }
H1.HeaderClassName
{
color: #EC75FE;
}
.AnyTagClassName
{
color: #EC75FE;
}
</style>
background-color css
<style>
a { background-color: #EC75FE; }
a { background-color: rgb(236,117,254); }
div.DivClassName
{
background-color: #EC75FE;
}
.BgClassName
{
background-color: #EC75FE;
}
</style>
border-color css
<style>
span { border-color: #EC75FE; }
span { border-color: rgb(236,117,254); }
td.TdClassName
{
border-color: #EC75FE;
}
.TagClassName
{
border-color: #EC75FE;
}
</style>