Shades of Psychedelic Purple #EC2AFD
Tints of Psychedelic Purple #EC2AFD
RGB
CMYK
RGB Variations
Color information
#EC2AFD (or 0xEC2AFD) is known color: Psychedelic Purple. HEX triplet: EC, 2A and FD. RGB value is (236,42,253). Sum of RGB (Red+Green+Blue) = 236+42+253=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 42 (16.80% from 255 or 7.91% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC2AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2AFD is #13D502. Grayscale: #7B7B7B. Windows color (decimal): -1299715 or 16591596. OLE color: 16591596.
HSL color Cylindrical-coordinate representation of color #EC2AFD: hue angle of 295.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2AFD is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 42 | 253 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.01 |
| HSL | 295.17º | 0.98% | 0.58% | - |
| HSV(B) | 295.17º | 0.83% | 0.99% | - |
| XYZ | 53.15 | 26.58 | 95.26 | - |
| YUV | 124.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 253 | 0.07 | 0.83 | 0 | 0.01 | 295.17 | 0.98 | 0.58 |
| Hex | EC | 2A | FD | 7 | 53 | 0 | 1 | 127 | 62 | 3A |
| Octal | 354 | 52 | 375 | 7 | 123 | 0 | 1 | 447 | 142 | 72 |
| Binary | 11101100 | 101010 | 11111101 | 111 | 1010011 | 0 | 1 | 100100111 | 1100010 | 111010 |
Color Harmonies of #EC2AFD
Complementary color
Monochromatic Colors of #EC2AFD
Black with #EC2AFD
Text Example
Text Example
White with #EC2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AFD; }
p { color: rgb(236,42,253); }
H1.HeaderClassName
{
color: #EC2AFD;
}
.AnyTagClassName
{
color: #EC2AFD;
}
</style>
background-color css
<style>
a { background-color: #EC2AFD; }
a { background-color: rgb(236,42,253); }
div.DivClassName
{
background-color: #EC2AFD;
}
.BgClassName
{
background-color: #EC2AFD;
}
</style>
border-color css
<style>
span { border-color: #EC2AFD; }
span { border-color: rgb(236,42,253); }
td.TdClassName
{
border-color: #EC2AFD;
}
.TagClassName
{
border-color: #EC2AFD;
}
</style>