Shades of Psychedelic Purple #E233F8
Tints of Psychedelic Purple #E233F8
RGB
CMYK
RGB Variations
Color information
#E233F8 (or 0xE233F8) is known color: Psychedelic Purple. HEX triplet: E2, 33 and F8. RGB value is (226,51,248). Sum of RGB (Red+Green+Blue) = 226+51+248=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 51 (20.31% from 255 or 9.71% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #E233F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E233F8 is #1DCC07. Grayscale: #7D7D7D. Windows color (decimal): -1952776 or 16266210. OLE color: 16266210.
HSL color Cylindrical-coordinate representation of color #E233F8: hue angle of 293.3º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E233F8 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 51 | 248 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.03 |
| HSL | 293.3º | 0.93% | 0.59% | - |
| HSV(B) | 293.3º | 0.79% | 0.97% | - |
| XYZ | 49.49 | 25.31 | 91.08 | - |
| YUV | 125.78 | 196.98 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 248 | 0.09 | 0.79 | 0 | 0.03 | 293.3 | 0.93 | 0.59 |
| Hex | E2 | 33 | F8 | 9 | 4F | 0 | 3 | 125 | 5D | 3B |
| Octal | 342 | 63 | 370 | 11 | 117 | 0 | 3 | 445 | 135 | 73 |
| Binary | 11100010 | 110011 | 11111000 | 1001 | 1001111 | 0 | 11 | 100100101 | 1011101 | 111011 |
Color Harmonies of #E233F8
Complementary color
Monochromatic Colors of #E233F8
Black with #E233F8
Text Example
Text Example
White with #E233F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E233F8; }
p { color: rgb(226,51,248); }
H1.HeaderClassName
{
color: #E233F8;
}
.AnyTagClassName
{
color: #E233F8;
}
</style>
background-color css
<style>
a { background-color: #E233F8; }
a { background-color: rgb(226,51,248); }
div.DivClassName
{
background-color: #E233F8;
}
.BgClassName
{
background-color: #E233F8;
}
</style>
border-color css
<style>
span { border-color: #E233F8; }
span { border-color: rgb(226,51,248); }
td.TdClassName
{
border-color: #E233F8;
}
.TagClassName
{
border-color: #E233F8;
}
</style>