Shades of Psychedelic Purple #EC02FD
Tints of Psychedelic Purple #EC02FD
RGB
CMYK
RGB Variations
Color information
#EC02FD (or 0xEC02FD) is known color: Psychedelic Purple. HEX triplet: EC, 02 and FD. RGB value is (236,2,253). Sum of RGB (Red+Green+Blue) = 236+2+253=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC02FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02FD is #13FD02. Grayscale: #636363. Windows color (decimal): -1309955 or 16581356. OLE color: 16581356.
HSL color Cylindrical-coordinate representation of color #EC02FD: hue angle of 295.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02FD is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 2 | 253 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.01 |
| HSL | 295.94º | 0.98% | 0.5% | - |
| HSV(B) | 295.94º | 0.99% | 0.99% | - |
| XYZ | 52.34 | 24.97 | 94.99 | - |
| YUV | 100.58 | 214.02 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 253 | 0.07 | 0.99 | 0 | 0.01 | 295.94 | 0.98 | 0.5 |
| Hex | EC | 2 | FD | 7 | 63 | 0 | 1 | 128 | 62 | 32 |
| Octal | 354 | 2 | 375 | 7 | 143 | 0 | 1 | 450 | 142 | 62 |
| Binary | 11101100 | 10 | 11111101 | 111 | 1100011 | 0 | 1 | 100101000 | 1100010 | 110010 |
Color Harmonies of #EC02FD
Complementary color
Monochromatic Colors of #EC02FD
Black with #EC02FD
Text Example
Text Example
White with #EC02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02FD; }
p { color: rgb(236,2,253); }
H1.HeaderClassName
{
color: #EC02FD;
}
.AnyTagClassName
{
color: #EC02FD;
}
</style>
background-color css
<style>
a { background-color: #EC02FD; }
a { background-color: rgb(236,2,253); }
div.DivClassName
{
background-color: #EC02FD;
}
.BgClassName
{
background-color: #EC02FD;
}
</style>
border-color css
<style>
span { border-color: #EC02FD; }
span { border-color: rgb(236,2,253); }
td.TdClassName
{
border-color: #EC02FD;
}
.TagClassName
{
border-color: #EC02FD;
}
</style>