Shades of Psychedelic Purple #E302F3
Tints of Psychedelic Purple #E302F3
RGB
CMYK
RGB Variations
Color information
#E302F3 (or 0xE302F3) is known color: Psychedelic Purple. HEX triplet: E3, 02 and F3. RGB value is (227,2,243). Sum of RGB (Red+Green+Blue) = 227+2+243=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #E302F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302F3 is #1CFD0C. Grayscale: #606060. Windows color (decimal): -1899789 or 15925987. OLE color: 15925987.
HSL color Cylindrical-coordinate representation of color #E302F3: hue angle of 296.02º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302F3 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 2 | 243 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.05 |
| HSL | 296.02º | 0.98% | 0.48% | - |
| HSV(B) | 296.02º | 0.99% | 0.95% | - |
| XYZ | 47.88 | 22.85 | 86.68 | - |
| YUV | 96.75 | 210.54 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 243 | 0.07 | 0.99 | 0 | 0.05 | 296.02 | 0.98 | 0.48 |
| Hex | E3 | 2 | F3 | 7 | 63 | 0 | 5 | 128 | 62 | 30 |
| Octal | 343 | 2 | 363 | 7 | 143 | 0 | 5 | 450 | 142 | 60 |
| Binary | 11100011 | 10 | 11110011 | 111 | 1100011 | 0 | 101 | 100101000 | 1100010 | 110000 |
Color Harmonies of #E302F3
Complementary color
Monochromatic Colors of #E302F3
Black with #E302F3
Text Example
Text Example
White with #E302F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302F3; }
p { color: rgb(227,2,243); }
H1.HeaderClassName
{
color: #E302F3;
}
.AnyTagClassName
{
color: #E302F3;
}
</style>
background-color css
<style>
a { background-color: #E302F3; }
a { background-color: rgb(227,2,243); }
div.DivClassName
{
background-color: #E302F3;
}
.BgClassName
{
background-color: #E302F3;
}
</style>
border-color css
<style>
span { border-color: #E302F3; }
span { border-color: rgb(227,2,243); }
td.TdClassName
{
border-color: #E302F3;
}
.TagClassName
{
border-color: #E302F3;
}
</style>