Shades of Psychedelic Purple #EE30FF
Tints of Psychedelic Purple #EE30FF
RGB
CMYK
RGB Variations
Color information
#EE30FF (or 0xEE30FF) is known color: Psychedelic Purple. HEX triplet: EE, 30 and FF. RGB value is (238,48,255). Sum of RGB (Red+Green+Blue) = 238+48+255=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 48 (19.14% from 255 or 8.87% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30FF is #11CF00. Grayscale: #7F7F7F. Windows color (decimal): -1167105 or 16724206. OLE color: 16724206.
HSL color Cylindrical-coordinate representation of color #EE30FF: hue angle of 295.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE30FF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 48 | 255 | - |
| CMYK | 0.07 | 0.81 | 0 | 0 |
| HSL | 295.07º | 1% | 0.59% | - |
| HSV(B) | 295.07º | 0.81% | 1% | - |
| XYZ | 54.37 | 27.51 | 97.05 | - |
| YUV | 128.41 | 199.45 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 255 | 0.07 | 0.81 | 0 | 0 | 295.07 | 1 | 0.59 |
| Hex | EE | 30 | FF | 7 | 51 | 0 | 0 | 127 | 64 | 3B |
| Octal | 356 | 60 | 377 | 7 | 121 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101110 | 110000 | 11111111 | 111 | 1010001 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EE30FF
Complementary color
Monochromatic Colors of #EE30FF
Black with #EE30FF
Text Example
Text Example
White with #EE30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30FF; }
p { color: rgb(238,48,255); }
H1.HeaderClassName
{
color: #EE30FF;
}
.AnyTagClassName
{
color: #EE30FF;
}
</style>
background-color css
<style>
a { background-color: #EE30FF; }
a { background-color: rgb(238,48,255); }
div.DivClassName
{
background-color: #EE30FF;
}
.BgClassName
{
background-color: #EE30FF;
}
</style>
border-color css
<style>
span { border-color: #EE30FF; }
span { border-color: rgb(238,48,255); }
td.TdClassName
{
border-color: #EE30FF;
}
.TagClassName
{
border-color: #EE30FF;
}
</style>