Shades of Heliotrope #EC69FD
Tints of Heliotrope #EC69FD
RGB
CMYK
RGB Variations
Color information
#EC69FD (or 0xEC69FD) is known color: Heliotrope. HEX triplet: EC, 69 and FD. RGB value is (236,105,253). Sum of RGB (Red+Green+Blue) = 236+105+253=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC69FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69FD is #139602. Grayscale: #A0A0A0. Windows color (decimal): -1283587 or 16607724. OLE color: 16607724.
HSL color Cylindrical-coordinate representation of color #EC69FD: hue angle of 293.11º degrees, saturation: 0.97, 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 #EC69FD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 105 | 253 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.01 |
| HSL | 293.11º | 0.97% | 0.7% | - |
| HSV(B) | 293.11º | 0.58% | 0.99% | - |
| XYZ | 57.37 | 35.03 | 96.67 | - |
| YUV | 161.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 253 | 0.07 | 0.58 | 0 | 0.01 | 293.11 | 0.97 | 0.7 |
| Hex | EC | 69 | FD | 7 | 3A | 0 | 1 | 125 | 61 | 46 |
| Octal | 354 | 151 | 375 | 7 | 72 | 0 | 1 | 445 | 141 | 106 |
| Binary | 11101100 | 1101001 | 11111101 | 111 | 111010 | 0 | 1 | 100100101 | 1100001 | 1000110 |
Color Harmonies of #EC69FD
Complementary color
Monochromatic Colors of #EC69FD
Black with #EC69FD
Text Example
Text Example
White with #EC69FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69FD; }
p { color: rgb(236,105,253); }
H1.HeaderClassName
{
color: #EC69FD;
}
.AnyTagClassName
{
color: #EC69FD;
}
</style>
background-color css
<style>
a { background-color: #EC69FD; }
a { background-color: rgb(236,105,253); }
div.DivClassName
{
background-color: #EC69FD;
}
.BgClassName
{
background-color: #EC69FD;
}
</style>
border-color css
<style>
span { border-color: #EC69FD; }
span { border-color: rgb(236,105,253); }
td.TdClassName
{
border-color: #EC69FD;
}
.TagClassName
{
border-color: #EC69FD;
}
</style>