Shades of Psychedelic Purple #E302EE
Tints of Psychedelic Purple #E302EE
RGB
CMYK
RGB Variations
Color information
#E302EE (or 0xE302EE) is known color: Psychedelic Purple. HEX triplet: E3, 02 and EE. RGB value is (227,2,238). Sum of RGB (Red+Green+Blue) = 227+2+238=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #E302EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302EE is #1CFD11. Grayscale: #5F5F5F. Windows color (decimal): -1899794 or 15598307. OLE color: 15598307.
HSL color Cylindrical-coordinate representation of color #E302EE: hue angle of 297.2º 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 #E302EE is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 2 | 238 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.07 |
| HSL | 297.2º | 0.98% | 0.47% | - |
| HSV(B) | 297.2º | 0.99% | 0.93% | - |
| XYZ | 47.13 | 22.55 | 82.76 | - |
| YUV | 96.18 | 208.04 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 238 | 0.05 | 0.99 | 0 | 0.07 | 297.2 | 0.98 | 0.47 |
| Hex | E3 | 2 | EE | 5 | 63 | 0 | 7 | 129 | 62 | 2F |
| Octal | 343 | 2 | 356 | 5 | 143 | 0 | 7 | 451 | 142 | 57 |
| Binary | 11100011 | 10 | 11101110 | 101 | 1100011 | 0 | 111 | 100101001 | 1100010 | 101111 |
Color Harmonies of #E302EE
Complementary color
Monochromatic Colors of #E302EE
Black with #E302EE
Text Example
Text Example
White with #E302EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302EE; }
p { color: rgb(227,2,238); }
H1.HeaderClassName
{
color: #E302EE;
}
.AnyTagClassName
{
color: #E302EE;
}
</style>
background-color css
<style>
a { background-color: #E302EE; }
a { background-color: rgb(227,2,238); }
div.DivClassName
{
background-color: #E302EE;
}
.BgClassName
{
background-color: #E302EE;
}
</style>
border-color css
<style>
span { border-color: #E302EE; }
span { border-color: rgb(227,2,238); }
td.TdClassName
{
border-color: #E302EE;
}
.TagClassName
{
border-color: #E302EE;
}
</style>