Shades of Heliotrope #EC65FF
Tints of Heliotrope #EC65FF
RGB
CMYK
RGB Variations
Color information
#EC65FF (or 0xEC65FF) is known color: Heliotrope. HEX triplet: EC, 65 and FF. RGB value is (236,101,255). Sum of RGB (Red+Green+Blue) = 236+101+255=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65FF is #139A00. Grayscale: #9E9E9E. Windows color (decimal): -1284609 or 16737772. OLE color: 16737772.
HSL color Cylindrical-coordinate representation of color #EC65FF: hue angle of 292.6º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC65FF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 101 | 255 | - |
| CMYK | 0.07 | 0.60 | 0 | 0 |
| HSL | 292.6º | 1% | 0.7% | - |
| HSV(B) | 292.6º | 0.6% | 1% | - |
| XYZ | 57.3 | 34.36 | 98.22 | - |
| YUV | 158.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 255 | 0.07 | 0.60 | 0 | 0 | 292.6 | 1 | 0.7 |
| Hex | EC | 65 | FF | 7 | 3C | 0 | 0 | 125 | 64 | 46 |
| Octal | 354 | 145 | 377 | 7 | 74 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101100 | 1100101 | 11111111 | 111 | 111100 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #EC65FF
Complementary color
Monochromatic Colors of #EC65FF
Black with #EC65FF
Text Example
Text Example
White with #EC65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65FF; }
p { color: rgb(236,101,255); }
H1.HeaderClassName
{
color: #EC65FF;
}
.AnyTagClassName
{
color: #EC65FF;
}
</style>
background-color css
<style>
a { background-color: #EC65FF; }
a { background-color: rgb(236,101,255); }
div.DivClassName
{
background-color: #EC65FF;
}
.BgClassName
{
background-color: #EC65FF;
}
</style>
border-color css
<style>
span { border-color: #EC65FF; }
span { border-color: rgb(236,101,255); }
td.TdClassName
{
border-color: #EC65FF;
}
.TagClassName
{
border-color: #EC65FF;
}
</style>