Shades of Psychedelic Purple #E302F8
Tints of Psychedelic Purple #E302F8
RGB
CMYK
RGB Variations
Color information
#E302F8 (or 0xE302F8) is known color: Psychedelic Purple. HEX triplet: E3, 02 and F8. RGB value is (227,2,248). Sum of RGB (Red+Green+Blue) = 227+2+248=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #E302F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302F8 is #1CFD07. Grayscale: #606060. Windows color (decimal): -1899784 or 16253667. OLE color: 16253667.
HSL color Cylindrical-coordinate representation of color #E302F8: hue angle of 294.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302F8 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 2 | 248 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.03 |
| HSL | 294.88º | 0.98% | 0.49% | - |
| HSV(B) | 294.88º | 0.99% | 0.97% | - |
| XYZ | 48.64 | 23.15 | 90.71 | - |
| YUV | 97.32 | 213.04 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 248 | 0.08 | 0.99 | 0 | 0.03 | 294.88 | 0.98 | 0.49 |
| Hex | E3 | 2 | F8 | 8 | 63 | 0 | 3 | 127 | 62 | 31 |
| Octal | 343 | 2 | 370 | 10 | 143 | 0 | 3 | 447 | 142 | 61 |
| Binary | 11100011 | 10 | 11111000 | 1000 | 1100011 | 0 | 11 | 100100111 | 1100010 | 110001 |
Color Harmonies of #E302F8
Complementary color
Monochromatic Colors of #E302F8
Black with #E302F8
Text Example
Text Example
White with #E302F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302F8; }
p { color: rgb(227,2,248); }
H1.HeaderClassName
{
color: #E302F8;
}
.AnyTagClassName
{
color: #E302F8;
}
</style>
background-color css
<style>
a { background-color: #E302F8; }
a { background-color: rgb(227,2,248); }
div.DivClassName
{
background-color: #E302F8;
}
.BgClassName
{
background-color: #E302F8;
}
</style>
border-color css
<style>
span { border-color: #E302F8; }
span { border-color: rgb(227,2,248); }
td.TdClassName
{
border-color: #E302F8;
}
.TagClassName
{
border-color: #E302F8;
}
</style>