Shades of Psychedelic Purple #EC03F8
Tints of Psychedelic Purple #EC03F8
RGB
CMYK
RGB Variations
Color information
#EC03F8 (or 0xEC03F8) is known color: Psychedelic Purple. HEX triplet: EC, 03 and F8. RGB value is (236,3,248). Sum of RGB (Red+Green+Blue) = 236+3+248=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 3 (1.56% from 255 or 0.62% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC03F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03F8 is #13FC07. Grayscale: #636363. Windows color (decimal): -1309704 or 16253932. OLE color: 16253932.
HSL color Cylindrical-coordinate representation of color #EC03F8: hue angle of 297.06º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03F8 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 3 | 248 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.03 |
| HSL | 297.06º | 0.98% | 0.49% | - |
| HSV(B) | 297.06º | 0.99% | 0.97% | - |
| XYZ | 51.57 | 24.68 | 90.85 | - |
| YUV | 100.6 | 211.19 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 248 | 0.05 | 0.99 | 0 | 0.03 | 297.06 | 0.98 | 0.49 |
| Hex | EC | 3 | F8 | 5 | 63 | 0 | 3 | 129 | 62 | 31 |
| Octal | 354 | 3 | 370 | 5 | 143 | 0 | 3 | 451 | 142 | 61 |
| Binary | 11101100 | 11 | 11111000 | 101 | 1100011 | 0 | 11 | 100101001 | 1100010 | 110001 |
Color Harmonies of #EC03F8
Complementary color
Monochromatic Colors of #EC03F8
Black with #EC03F8
Text Example
Text Example
White with #EC03F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03F8; }
p { color: rgb(236,3,248); }
H1.HeaderClassName
{
color: #EC03F8;
}
.AnyTagClassName
{
color: #EC03F8;
}
</style>
background-color css
<style>
a { background-color: #EC03F8; }
a { background-color: rgb(236,3,248); }
div.DivClassName
{
background-color: #EC03F8;
}
.BgClassName
{
background-color: #EC03F8;
}
</style>
border-color css
<style>
span { border-color: #EC03F8; }
span { border-color: rgb(236,3,248); }
td.TdClassName
{
border-color: #EC03F8;
}
.TagClassName
{
border-color: #EC03F8;
}
</style>