Shades of Psychedelic Purple #EC0FF8
Tints of Psychedelic Purple #EC0FF8
RGB
CMYK
RGB Variations
Color information
#EC0FF8 (or 0xEC0FF8) is known color: Psychedelic Purple. HEX triplet: EC, 0F and F8. RGB value is (236,15,248). Sum of RGB (Red+Green+Blue) = 236+15+248=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC0FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FF8 is #13F007. Grayscale: #6A6A6A. Windows color (decimal): -1306632 or 16257004. OLE color: 16257004.
HSL color Cylindrical-coordinate representation of color #EC0FF8: hue angle of 296.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FF8 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 15 | 248 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.03 |
| HSL | 296.91º | 0.94% | 0.52% | - |
| HSV(B) | 296.91º | 0.94% | 0.97% | - |
| XYZ | 51.71 | 24.95 | 90.9 | - |
| YUV | 107.64 | 207.22 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 248 | 0.05 | 0.94 | 0 | 0.03 | 296.91 | 0.94 | 0.52 |
| Hex | EC | F | F8 | 5 | 5E | 0 | 3 | 129 | 5E | 34 |
| Octal | 354 | 17 | 370 | 5 | 136 | 0 | 3 | 451 | 136 | 64 |
| Binary | 11101100 | 1111 | 11111000 | 101 | 1011110 | 0 | 11 | 100101001 | 1011110 | 110100 |
Color Harmonies of #EC0FF8
Complementary color
Monochromatic Colors of #EC0FF8
Black with #EC0FF8
Text Example
Text Example
White with #EC0FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FF8; }
p { color: rgb(236,15,248); }
H1.HeaderClassName
{
color: #EC0FF8;
}
.AnyTagClassName
{
color: #EC0FF8;
}
</style>
background-color css
<style>
a { background-color: #EC0FF8; }
a { background-color: rgb(236,15,248); }
div.DivClassName
{
background-color: #EC0FF8;
}
.BgClassName
{
background-color: #EC0FF8;
}
</style>
border-color css
<style>
span { border-color: #EC0FF8; }
span { border-color: rgb(236,15,248); }
td.TdClassName
{
border-color: #EC0FF8;
}
.TagClassName
{
border-color: #EC0FF8;
}
</style>