Shades of Psychedelic Purple #EC01F8
Tints of Psychedelic Purple #EC01F8
RGB
CMYK
RGB Variations
Color information
#EC01F8 (or 0xEC01F8) is known color: Psychedelic Purple. HEX triplet: EC, 01 and F8. RGB value is (236,1,248). Sum of RGB (Red+Green+Blue) = 236+1+248=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC01F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01F8 is #13FE07. Grayscale: #626262. Windows color (decimal): -1310216 or 16253420. OLE color: 16253420.
HSL color Cylindrical-coordinate representation of color #EC01F8: hue angle of 297.09º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01F8 is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 1 | 248 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.03 |
| HSL | 297.09º | 0.99% | 0.49% | - |
| HSV(B) | 297.09º | 1% | 0.97% | - |
| XYZ | 51.55 | 24.63 | 90.84 | - |
| YUV | 99.42 | 211.86 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 248 | 0.05 | 1.00 | 0 | 0.03 | 297.09 | 0.99 | 0.49 |
| Hex | EC | 1 | F8 | 5 | 64 | 0 | 3 | 129 | 63 | 31 |
| Octal | 354 | 1 | 370 | 5 | 144 | 0 | 3 | 451 | 143 | 61 |
| Binary | 11101100 | 1 | 11111000 | 101 | 1100100 | 0 | 11 | 100101001 | 1100011 | 110001 |
Color Harmonies of #EC01F8
Complementary color
Monochromatic Colors of #EC01F8
Black with #EC01F8
Text Example
Text Example
White with #EC01F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01F8; }
p { color: rgb(236,1,248); }
H1.HeaderClassName
{
color: #EC01F8;
}
.AnyTagClassName
{
color: #EC01F8;
}
</style>
background-color css
<style>
a { background-color: #EC01F8; }
a { background-color: rgb(236,1,248); }
div.DivClassName
{
background-color: #EC01F8;
}
.BgClassName
{
background-color: #EC01F8;
}
</style>
border-color css
<style>
span { border-color: #EC01F8; }
span { border-color: rgb(236,1,248); }
td.TdClassName
{
border-color: #EC01F8;
}
.TagClassName
{
border-color: #EC01F8;
}
</style>