Shades of Psychedelic Purple #E203F3
Tints of Psychedelic Purple #E203F3
RGB
CMYK
RGB Variations
Color information
#E203F3 (or 0xE203F3) is known color: Psychedelic Purple. HEX triplet: E2, 03 and F3. RGB value is (226,3,243). Sum of RGB (Red+Green+Blue) = 226+3+243=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 3 (1.56% from 255 or 0.64% 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 #E203F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E203F3 is #1DFC0C. Grayscale: #606060. Windows color (decimal): -1965069 or 15926242. OLE color: 15926242.
HSL color Cylindrical-coordinate representation of color #E203F3: hue angle of 295.75º 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 #E203F3 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 3 | 243 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.05 |
| HSL | 295.75º | 0.98% | 0.48% | - |
| HSV(B) | 295.75º | 0.99% | 0.95% | - |
| XYZ | 47.57 | 22.7 | 86.67 | - |
| YUV | 97.04 | 210.38 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 243 | 0.07 | 0.99 | 0 | 0.05 | 295.75 | 0.98 | 0.48 |
| Hex | E2 | 3 | F3 | 7 | 63 | 0 | 5 | 128 | 62 | 30 |
| Octal | 342 | 3 | 363 | 7 | 143 | 0 | 5 | 450 | 142 | 60 |
| Binary | 11100010 | 11 | 11110011 | 111 | 1100011 | 0 | 101 | 100101000 | 1100010 | 110000 |
Color Harmonies of #E203F3
Complementary color
Monochromatic Colors of #E203F3
Black with #E203F3
Text Example
Text Example
White with #E203F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203F3; }
p { color: rgb(226,3,243); }
H1.HeaderClassName
{
color: #E203F3;
}
.AnyTagClassName
{
color: #E203F3;
}
</style>
background-color css
<style>
a { background-color: #E203F3; }
a { background-color: rgb(226,3,243); }
div.DivClassName
{
background-color: #E203F3;
}
.BgClassName
{
background-color: #E203F3;
}
</style>
border-color css
<style>
span { border-color: #E203F3; }
span { border-color: rgb(226,3,243); }
td.TdClassName
{
border-color: #E203F3;
}
.TagClassName
{
border-color: #E203F3;
}
</style>