Shades of Psychedelic Purple #EC08FB
Tints of Psychedelic Purple #EC08FB
RGB
CMYK
RGB Variations
Color information
#EC08FB (or 0xEC08FB) is known color: Psychedelic Purple. HEX triplet: EC, 08 and FB. RGB value is (236,8,251). Sum of RGB (Red+Green+Blue) = 236+8+251=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC08FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08FB is #13F704. Grayscale: #676767. Windows color (decimal): -1308421 or 16451820. OLE color: 16451820.
HSL color Cylindrical-coordinate representation of color #EC08FB: hue angle of 296.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08FB is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 8 | 251 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.02 |
| HSL | 296.3º | 0.97% | 0.51% | - |
| HSV(B) | 296.3º | 0.97% | 0.98% | - |
| XYZ | 52.09 | 24.97 | 93.34 | - |
| YUV | 103.87 | 211.04 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 251 | 0.06 | 0.97 | 0 | 0.02 | 296.3 | 0.97 | 0.51 |
| Hex | EC | 8 | FB | 6 | 61 | 0 | 2 | 128 | 61 | 33 |
| Octal | 354 | 10 | 373 | 6 | 141 | 0 | 2 | 450 | 141 | 63 |
| Binary | 11101100 | 1000 | 11111011 | 110 | 1100001 | 0 | 10 | 100101000 | 1100001 | 110011 |
Color Harmonies of #EC08FB
Complementary color
Monochromatic Colors of #EC08FB
Black with #EC08FB
Text Example
Text Example
White with #EC08FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08FB; }
p { color: rgb(236,8,251); }
H1.HeaderClassName
{
color: #EC08FB;
}
.AnyTagClassName
{
color: #EC08FB;
}
</style>
background-color css
<style>
a { background-color: #EC08FB; }
a { background-color: rgb(236,8,251); }
div.DivClassName
{
background-color: #EC08FB;
}
.BgClassName
{
background-color: #EC08FB;
}
</style>
border-color css
<style>
span { border-color: #EC08FB; }
span { border-color: rgb(236,8,251); }
td.TdClassName
{
border-color: #EC08FB;
}
.TagClassName
{
border-color: #EC08FB;
}
</style>