Shades of Psychedelic Purple #E302FB
Tints of Psychedelic Purple #E302FB
RGB
CMYK
RGB Variations
Color information
#E302FB (or 0xE302FB) is known color: Psychedelic Purple. HEX triplet: E3, 02 and FB. RGB value is (227,2,251). Sum of RGB (Red+Green+Blue) = 227+2+251=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 2 (1.17% from 255 or 0.42% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #E302FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302FB is #1CFD04. Grayscale: #606060. Windows color (decimal): -1899781 or 16450275. OLE color: 16450275.
HSL color Cylindrical-coordinate representation of color #E302FB: hue angle of 294.22º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E302FB is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 2 | 251 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.02 |
| HSL | 294.22º | 0.98% | 0.5% | - |
| HSV(B) | 294.22º | 0.99% | 0.98% | - |
| XYZ | 49.11 | 23.34 | 93.18 | - |
| YUV | 97.66 | 214.54 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 251 | 0.10 | 0.99 | 0 | 0.02 | 294.22 | 0.98 | 0.5 |
| Hex | E3 | 2 | FB | A | 63 | 0 | 2 | 126 | 62 | 32 |
| Octal | 343 | 2 | 373 | 12 | 143 | 0 | 2 | 446 | 142 | 62 |
| Binary | 11100011 | 10 | 11111011 | 1010 | 1100011 | 0 | 10 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E302FB
Complementary color
Monochromatic Colors of #E302FB
Black with #E302FB
Text Example
Text Example
White with #E302FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302FB; }
p { color: rgb(227,2,251); }
H1.HeaderClassName
{
color: #E302FB;
}
.AnyTagClassName
{
color: #E302FB;
}
</style>
background-color css
<style>
a { background-color: #E302FB; }
a { background-color: rgb(227,2,251); }
div.DivClassName
{
background-color: #E302FB;
}
.BgClassName
{
background-color: #E302FB;
}
</style>
border-color css
<style>
span { border-color: #E302FB; }
span { border-color: rgb(227,2,251); }
td.TdClassName
{
border-color: #E302FB;
}
.TagClassName
{
border-color: #E302FB;
}
</style>