Shades of Psychedelic Purple #E302ED
Tints of Psychedelic Purple #E302ED
RGB
CMYK
RGB Variations
Color information
#E302ED (or 0xE302ED) is known color: Psychedelic Purple. HEX triplet: E3, 02 and ED. RGB value is (227,2,237). Sum of RGB (Red+Green+Blue) = 227+2+237=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #E302ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302ED is #1CFD12. Grayscale: #5F5F5F. Windows color (decimal): -1899795 or 15532771. OLE color: 15532771.
HSL color Cylindrical-coordinate representation of color #E302ED: hue angle of 297.45º 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 #E302ED is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 2 | 237 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.07 |
| HSL | 297.45º | 0.98% | 0.47% | - |
| HSV(B) | 297.45º | 0.99% | 0.93% | - |
| XYZ | 46.99 | 22.49 | 81.99 | - |
| YUV | 96.07 | 207.54 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 237 | 0.04 | 0.99 | 0 | 0.07 | 297.45 | 0.98 | 0.47 |
| Hex | E3 | 2 | ED | 4 | 63 | 0 | 7 | 129 | 62 | 2F |
| Octal | 343 | 2 | 355 | 4 | 143 | 0 | 7 | 451 | 142 | 57 |
| Binary | 11100011 | 10 | 11101101 | 100 | 1100011 | 0 | 111 | 100101001 | 1100010 | 101111 |
Color Harmonies of #E302ED
Complementary color
Monochromatic Colors of #E302ED
Black with #E302ED
Text Example
Text Example
White with #E302ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302ED; }
p { color: rgb(227,2,237); }
H1.HeaderClassName
{
color: #E302ED;
}
.AnyTagClassName
{
color: #E302ED;
}
</style>
background-color css
<style>
a { background-color: #E302ED; }
a { background-color: rgb(227,2,237); }
div.DivClassName
{
background-color: #E302ED;
}
.BgClassName
{
background-color: #E302ED;
}
</style>
border-color css
<style>
span { border-color: #E302ED; }
span { border-color: rgb(227,2,237); }
td.TdClassName
{
border-color: #E302ED;
}
.TagClassName
{
border-color: #E302ED;
}
</style>