Shades of Psychedelic Purple #EC2FFB
Tints of Psychedelic Purple #EC2FFB
RGB
CMYK
RGB Variations
Color information
#EC2FFB (or 0xEC2FFB) is known color: Psychedelic Purple. HEX triplet: EC, 2F and FB. RGB value is (236,47,251). Sum of RGB (Red+Green+Blue) = 236+47+251=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 47 (18.75% from 255 or 8.80% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FFB is #13D004. Grayscale: #7E7E7E. Windows color (decimal): -1298437 or 16461804. OLE color: 16461804.
HSL color Cylindrical-coordinate representation of color #EC2FFB: hue angle of 295.59º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2FFB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 47 | 251 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.02 |
| HSL | 295.59º | 0.96% | 0.58% | - |
| HSV(B) | 295.59º | 0.81% | 0.98% | - |
| XYZ | 53.02 | 26.83 | 93.65 | - |
| YUV | 126.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 251 | 0.06 | 0.81 | 0 | 0.02 | 295.59 | 0.96 | 0.58 |
| Hex | EC | 2F | FB | 6 | 51 | 0 | 2 | 128 | 60 | 3A |
| Octal | 354 | 57 | 373 | 6 | 121 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101100 | 101111 | 11111011 | 110 | 1010001 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EC2FFB
Complementary color
Monochromatic Colors of #EC2FFB
Black with #EC2FFB
Text Example
Text Example
White with #EC2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FFB; }
p { color: rgb(236,47,251); }
H1.HeaderClassName
{
color: #EC2FFB;
}
.AnyTagClassName
{
color: #EC2FFB;
}
</style>
background-color css
<style>
a { background-color: #EC2FFB; }
a { background-color: rgb(236,47,251); }
div.DivClassName
{
background-color: #EC2FFB;
}
.BgClassName
{
background-color: #EC2FFB;
}
</style>
border-color css
<style>
span { border-color: #EC2FFB; }
span { border-color: rgb(236,47,251); }
td.TdClassName
{
border-color: #EC2FFB;
}
.TagClassName
{
border-color: #EC2FFB;
}
</style>