Shades of Psychedelic Purple #EC09EE
Tints of Psychedelic Purple #EC09EE
RGB
CMYK
RGB Variations
Color information
#EC09EE (or 0xEC09EE) is known color: Psychedelic Purple. HEX triplet: EC, 09 and EE. RGB value is (236,9,238). Sum of RGB (Red+Green+Blue) = 236+9+238=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC09EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC09EE is #13F611. Grayscale: #666666. Windows color (decimal): -1308178 or 15600108. OLE color: 15600108.
HSL color Cylindrical-coordinate representation of color #EC09EE: hue angle of 299.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09EE is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 238 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.07 |
| HSL | 299.48º | 0.93% | 0.48% | - |
| HSV(B) | 299.48º | 0.96% | 0.93% | - |
| XYZ | 50.12 | 24.2 | 82.92 | - |
| YUV | 102.98 | 204.21 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 238 | 0.01 | 0.96 | 0 | 0.07 | 299.48 | 0.93 | 0.48 |
| Hex | EC | 9 | EE | 1 | 60 | 0 | 7 | 12B | 5D | 30 |
| Octal | 354 | 11 | 356 | 1 | 140 | 0 | 7 | 453 | 135 | 60 |
| Binary | 11101100 | 1001 | 11101110 | 1 | 1100000 | 0 | 111 | 100101011 | 1011101 | 110000 |
Color Harmonies of #EC09EE
Complementary color
Monochromatic Colors of #EC09EE
Black with #EC09EE
Text Example
Text Example
White with #EC09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09EE; }
p { color: rgb(236,9,238); }
H1.HeaderClassName
{
color: #EC09EE;
}
.AnyTagClassName
{
color: #EC09EE;
}
</style>
background-color css
<style>
a { background-color: #EC09EE; }
a { background-color: rgb(236,9,238); }
div.DivClassName
{
background-color: #EC09EE;
}
.BgClassName
{
background-color: #EC09EE;
}
</style>
border-color css
<style>
span { border-color: #EC09EE; }
span { border-color: rgb(236,9,238); }
td.TdClassName
{
border-color: #EC09EE;
}
.TagClassName
{
border-color: #EC09EE;
}
</style>