Shades of Psychedelic Purple #EE03FF
Tints of Psychedelic Purple #EE03FF
RGB
CMYK
RGB Variations
Color information
#EE03FF (or 0xEE03FF) is known color: Psychedelic Purple. HEX triplet: EE, 03 and FF. RGB value is (238,3,255). Sum of RGB (Red+Green+Blue) = 238+3+255=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 3 (1.56% from 255 or 0.60% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE03FF is #11FC00. Grayscale: #656565. Windows color (decimal): -1178625 or 16712686. OLE color: 16712686.
HSL color Cylindrical-coordinate representation of color #EE03FF: hue angle of 295.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03FF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 3 | 255 | - |
| CMYK | 0.07 | 0.99 | 0 | 0 |
| HSL | 295.95º | 1% | 0.51% | - |
| HSV(B) | 295.95º | 0.99% | 1% | - |
| XYZ | 53.34 | 25.46 | 96.71 | - |
| YUV | 101.99 | 214.36 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 255 | 0.07 | 0.99 | 0 | 0 | 295.95 | 1 | 0.51 |
| Hex | EE | 3 | FF | 7 | 63 | 0 | 0 | 128 | 64 | 33 |
| Octal | 356 | 3 | 377 | 7 | 143 | 0 | 0 | 450 | 144 | 63 |
| Binary | 11101110 | 11 | 11111111 | 111 | 1100011 | 0 | 0 | 100101000 | 1100100 | 110011 |
Color Harmonies of #EE03FF
Complementary color
Monochromatic Colors of #EE03FF
Black with #EE03FF
Text Example
Text Example
White with #EE03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03FF; }
p { color: rgb(238,3,255); }
H1.HeaderClassName
{
color: #EE03FF;
}
.AnyTagClassName
{
color: #EE03FF;
}
</style>
background-color css
<style>
a { background-color: #EE03FF; }
a { background-color: rgb(238,3,255); }
div.DivClassName
{
background-color: #EE03FF;
}
.BgClassName
{
background-color: #EE03FF;
}
</style>
border-color css
<style>
span { border-color: #EE03FF; }
span { border-color: rgb(238,3,255); }
td.TdClassName
{
border-color: #EE03FF;
}
.TagClassName
{
border-color: #EE03FF;
}
</style>