Shades of Psychedelic Purple #EE0CFF
Tints of Psychedelic Purple #EE0CFF
RGB
CMYK
RGB Variations
Color information
#EE0CFF (or 0xEE0CFF) is known color: Psychedelic Purple. HEX triplet: EE, 0C and FF. RGB value is (238,12,255). Sum of RGB (Red+Green+Blue) = 238+12+255=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 12 (5.08% from 255 or 2.38% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE0CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CFF is #11F300. Grayscale: #6A6A6A. Windows color (decimal): -1176321 or 16714990. OLE color: 16714990.
HSL color Cylindrical-coordinate representation of color #EE0CFF: hue angle of 295.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CFF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 12 | 255 | - |
| CMYK | 0.07 | 0.95 | 0 | 0 |
| HSL | 295.8º | 1% | 0.52% | - |
| HSV(B) | 295.8º | 0.95% | 1% | - |
| XYZ | 53.44 | 25.66 | 96.74 | - |
| YUV | 107.28 | 211.37 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 255 | 0.07 | 0.95 | 0 | 0 | 295.8 | 1 | 0.52 |
| Hex | EE | C | FF | 7 | 5F | 0 | 0 | 128 | 64 | 34 |
| Octal | 356 | 14 | 377 | 7 | 137 | 0 | 0 | 450 | 144 | 64 |
| Binary | 11101110 | 1100 | 11111111 | 111 | 1011111 | 0 | 0 | 100101000 | 1100100 | 110100 |
Color Harmonies of #EE0CFF
Complementary color
Monochromatic Colors of #EE0CFF
Black with #EE0CFF
Text Example
Text Example
White with #EE0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CFF; }
p { color: rgb(238,12,255); }
H1.HeaderClassName
{
color: #EE0CFF;
}
.AnyTagClassName
{
color: #EE0CFF;
}
</style>
background-color css
<style>
a { background-color: #EE0CFF; }
a { background-color: rgb(238,12,255); }
div.DivClassName
{
background-color: #EE0CFF;
}
.BgClassName
{
background-color: #EE0CFF;
}
</style>
border-color css
<style>
span { border-color: #EE0CFF; }
span { border-color: rgb(238,12,255); }
td.TdClassName
{
border-color: #EE0CFF;
}
.TagClassName
{
border-color: #EE0CFF;
}
</style>