Shades of Psychedelic Purple #EC06F8
Tints of Psychedelic Purple #EC06F8
RGB
CMYK
RGB Variations
Color information
#EC06F8 (or 0xEC06F8) is known color: Psychedelic Purple. HEX triplet: EC, 06 and F8. RGB value is (236,6,248). Sum of RGB (Red+Green+Blue) = 236+6+248=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06F8 is #13F907. Grayscale: #656565. Windows color (decimal): -1308936 or 16254700. OLE color: 16254700.
HSL color Cylindrical-coordinate representation of color #EC06F8: hue angle of 297.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC06F8 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 6 | 248 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.03 |
| HSL | 297.02º | 0.95% | 0.5% | - |
| HSV(B) | 297.02º | 0.98% | 0.97% | - |
| XYZ | 51.6 | 24.74 | 90.86 | - |
| YUV | 102.36 | 210.2 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 248 | 0.05 | 0.98 | 0 | 0.03 | 297.02 | 0.95 | 0.5 |
| Hex | EC | 6 | F8 | 5 | 62 | 0 | 3 | 129 | 5F | 32 |
| Octal | 354 | 6 | 370 | 5 | 142 | 0 | 3 | 451 | 137 | 62 |
| Binary | 11101100 | 110 | 11111000 | 101 | 1100010 | 0 | 11 | 100101001 | 1011111 | 110010 |
Color Harmonies of #EC06F8
Complementary color
Monochromatic Colors of #EC06F8
Black with #EC06F8
Text Example
Text Example
White with #EC06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06F8; }
p { color: rgb(236,6,248); }
H1.HeaderClassName
{
color: #EC06F8;
}
.AnyTagClassName
{
color: #EC06F8;
}
</style>
background-color css
<style>
a { background-color: #EC06F8; }
a { background-color: rgb(236,6,248); }
div.DivClassName
{
background-color: #EC06F8;
}
.BgClassName
{
background-color: #EC06F8;
}
</style>
border-color css
<style>
span { border-color: #EC06F8; }
span { border-color: rgb(236,6,248); }
td.TdClassName
{
border-color: #EC06F8;
}
.TagClassName
{
border-color: #EC06F8;
}
</style>