Shades of Psychedelic Purple #EC0AFB
Tints of Psychedelic Purple #EC0AFB
RGB
CMYK
RGB Variations
Color information
#EC0AFB (or 0xEC0AFB) is known color: Psychedelic Purple. HEX triplet: EC, 0A and FB. RGB value is (236,10,251). Sum of RGB (Red+Green+Blue) = 236+10+251=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 10 (4.30% from 255 or 2.01% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC0AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AFB is #13F504. Grayscale: #686868. Windows color (decimal): -1307909 or 16452332. OLE color: 16452332.
HSL color Cylindrical-coordinate representation of color #EC0AFB: hue angle of 296.27º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0AFB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 10 | 251 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.02 |
| HSL | 296.27º | 0.97% | 0.51% | - |
| HSV(B) | 296.27º | 0.96% | 0.98% | - |
| XYZ | 52.11 | 25.01 | 93.35 | - |
| YUV | 105.05 | 210.37 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 251 | 0.06 | 0.96 | 0 | 0.02 | 296.27 | 0.97 | 0.51 |
| Hex | EC | A | FB | 6 | 60 | 0 | 2 | 128 | 61 | 33 |
| Octal | 354 | 12 | 373 | 6 | 140 | 0 | 2 | 450 | 141 | 63 |
| Binary | 11101100 | 1010 | 11111011 | 110 | 1100000 | 0 | 10 | 100101000 | 1100001 | 110011 |
Color Harmonies of #EC0AFB
Complementary color
Monochromatic Colors of #EC0AFB
Black with #EC0AFB
Text Example
Text Example
White with #EC0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AFB; }
p { color: rgb(236,10,251); }
H1.HeaderClassName
{
color: #EC0AFB;
}
.AnyTagClassName
{
color: #EC0AFB;
}
</style>
background-color css
<style>
a { background-color: #EC0AFB; }
a { background-color: rgb(236,10,251); }
div.DivClassName
{
background-color: #EC0AFB;
}
.BgClassName
{
background-color: #EC0AFB;
}
</style>
border-color css
<style>
span { border-color: #EC0AFB; }
span { border-color: rgb(236,10,251); }
td.TdClassName
{
border-color: #EC0AFB;
}
.TagClassName
{
border-color: #EC0AFB;
}
</style>