Shades of Heliotrope #EC67FD
Tints of Heliotrope #EC67FD
RGB
CMYK
RGB Variations
Color information
#EC67FD (or 0xEC67FD) is known color: Heliotrope. HEX triplet: EC, 67 and FD. RGB value is (236,103,253). Sum of RGB (Red+Green+Blue) = 236+103+253=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 103 (40.62% from 255 or 17.40% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC67FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67FD is #139802. Grayscale: #9F9F9F. Windows color (decimal): -1284099 or 16607212. OLE color: 16607212.
HSL color Cylindrical-coordinate representation of color #EC67FD: hue angle of 293.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC67FD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 103 | 253 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.01 |
| HSL | 293.2º | 0.97% | 0.7% | - |
| HSV(B) | 293.2º | 0.59% | 0.99% | - |
| XYZ | 57.17 | 34.63 | 96.6 | - |
| YUV | 159.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 253 | 0.07 | 0.59 | 0 | 0.01 | 293.2 | 0.97 | 0.7 |
| Hex | EC | 67 | FD | 7 | 3B | 0 | 1 | 125 | 61 | 46 |
| Octal | 354 | 147 | 375 | 7 | 73 | 0 | 1 | 445 | 141 | 106 |
| Binary | 11101100 | 1100111 | 11111101 | 111 | 111011 | 0 | 1 | 100100101 | 1100001 | 1000110 |
Color Harmonies of #EC67FD
Complementary color
Monochromatic Colors of #EC67FD
Black with #EC67FD
Text Example
Text Example
White with #EC67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67FD; }
p { color: rgb(236,103,253); }
H1.HeaderClassName
{
color: #EC67FD;
}
.AnyTagClassName
{
color: #EC67FD;
}
</style>
background-color css
<style>
a { background-color: #EC67FD; }
a { background-color: rgb(236,103,253); }
div.DivClassName
{
background-color: #EC67FD;
}
.BgClassName
{
background-color: #EC67FD;
}
</style>
border-color css
<style>
span { border-color: #EC67FD; }
span { border-color: rgb(236,103,253); }
td.TdClassName
{
border-color: #EC67FD;
}
.TagClassName
{
border-color: #EC67FD;
}
</style>