Shades of Psychedelic Purple #EC03FE
Tints of Psychedelic Purple #EC03FE
RGB
CMYK
RGB Variations
Color information
#EC03FE (or 0xEC03FE) is known color: Psychedelic Purple. HEX triplet: EC, 03 and FE. RGB value is (236,3,254). Sum of RGB (Red+Green+Blue) = 236+3+254=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 3 (1.56% from 255 or 0.61% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC03FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03FE is #13FC01. Grayscale: #646464. Windows color (decimal): -1309698 or 16647148. OLE color: 16647148.
HSL color Cylindrical-coordinate representation of color #EC03FE: hue angle of 295.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03FE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 3 | 254 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.00 |
| HSL | 295.7º | 0.99% | 0.5% | - |
| HSV(B) | 295.7º | 0.99% | 1% | - |
| XYZ | 52.51 | 25.05 | 95.83 | - |
| YUV | 101.28 | 214.19 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 254 | 0.07 | 0.99 | 0 | 0.00 | 295.7 | 0.99 | 0.5 |
| Hex | EC | 3 | FE | 7 | 63 | 0 | 0 | 128 | 63 | 32 |
| Octal | 354 | 3 | 376 | 7 | 143 | 0 | 0 | 450 | 143 | 62 |
| Binary | 11101100 | 11 | 11111110 | 111 | 1100011 | 0 | 0 | 100101000 | 1100011 | 110010 |
Color Harmonies of #EC03FE
Complementary color
Monochromatic Colors of #EC03FE
Black with #EC03FE
Text Example
Text Example
White with #EC03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03FE; }
p { color: rgb(236,3,254); }
H1.HeaderClassName
{
color: #EC03FE;
}
.AnyTagClassName
{
color: #EC03FE;
}
</style>
background-color css
<style>
a { background-color: #EC03FE; }
a { background-color: rgb(236,3,254); }
div.DivClassName
{
background-color: #EC03FE;
}
.BgClassName
{
background-color: #EC03FE;
}
</style>
border-color css
<style>
span { border-color: #EC03FE; }
span { border-color: rgb(236,3,254); }
td.TdClassName
{
border-color: #EC03FE;
}
.TagClassName
{
border-color: #EC03FE;
}
</style>