Shades of Psychedelic Purple #EC03EE
Tints of Psychedelic Purple #EC03EE
RGB
CMYK
RGB Variations
Color information
#EC03EE (or 0xEC03EE) is known color: Psychedelic Purple. HEX triplet: EC, 03 and EE. RGB value is (236,3,238). Sum of RGB (Red+Green+Blue) = 236+3+238=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC03EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03EE is #13FC11. Grayscale: #626262. Windows color (decimal): -1309714 or 15598572. OLE color: 15598572.
HSL color Cylindrical-coordinate representation of color #EC03EE: hue angle of 299.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03EE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 238 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.07 |
| HSL | 299.49º | 0.98% | 0.47% | - |
| HSV(B) | 299.49º | 0.99% | 0.93% | - |
| XYZ | 50.06 | 24.07 | 82.9 | - |
| YUV | 99.46 | 206.19 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 238 | 0.01 | 0.99 | 0 | 0.07 | 299.49 | 0.98 | 0.47 |
| Hex | EC | 3 | EE | 1 | 63 | 0 | 7 | 12B | 62 | 2F |
| Octal | 354 | 3 | 356 | 1 | 143 | 0 | 7 | 453 | 142 | 57 |
| Binary | 11101100 | 11 | 11101110 | 1 | 1100011 | 0 | 111 | 100101011 | 1100010 | 101111 |
Color Harmonies of #EC03EE
Complementary color
Monochromatic Colors of #EC03EE
Black with #EC03EE
Text Example
Text Example
White with #EC03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03EE; }
p { color: rgb(236,3,238); }
H1.HeaderClassName
{
color: #EC03EE;
}
.AnyTagClassName
{
color: #EC03EE;
}
</style>
background-color css
<style>
a { background-color: #EC03EE; }
a { background-color: rgb(236,3,238); }
div.DivClassName
{
background-color: #EC03EE;
}
.BgClassName
{
background-color: #EC03EE;
}
</style>
border-color css
<style>
span { border-color: #EC03EE; }
span { border-color: rgb(236,3,238); }
td.TdClassName
{
border-color: #EC03EE;
}
.TagClassName
{
border-color: #EC03EE;
}
</style>