Shades of Psychedelic Purple #E003F3
Tints of Psychedelic Purple #E003F3
RGB
CMYK
RGB Variations
Color information
#E003F3 (or 0xE003F3) is known color: Psychedelic Purple. HEX triplet: E0, 03 and F3. RGB value is (224,3,243). Sum of RGB (Red+Green+Blue) = 224+3+243=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #E003F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E003F3 is #1FFC0C. Grayscale: #5F5F5F. Windows color (decimal): -2096141 or 15926240. OLE color: 15926240.
HSL color Cylindrical-coordinate representation of color #E003F3: hue angle of 295.25º 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 #E003F3 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 3 | 243 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.05 |
| HSL | 295.25º | 0.98% | 0.48% | - |
| HSV(B) | 295.25º | 0.99% | 0.95% | - |
| XYZ | 46.95 | 22.38 | 86.64 | - |
| YUV | 96.44 | 210.72 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 243 | 0.08 | 0.99 | 0 | 0.05 | 295.25 | 0.98 | 0.48 |
| Hex | E0 | 3 | F3 | 8 | 63 | 0 | 5 | 127 | 62 | 30 |
| Octal | 340 | 3 | 363 | 10 | 143 | 0 | 5 | 447 | 142 | 60 |
| Binary | 11100000 | 11 | 11110011 | 1000 | 1100011 | 0 | 101 | 100100111 | 1100010 | 110000 |
Color Harmonies of #E003F3
Complementary color
Monochromatic Colors of #E003F3
Black with #E003F3
Text Example
Text Example
White with #E003F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003F3; }
p { color: rgb(224,3,243); }
H1.HeaderClassName
{
color: #E003F3;
}
.AnyTagClassName
{
color: #E003F3;
}
</style>
background-color css
<style>
a { background-color: #E003F3; }
a { background-color: rgb(224,3,243); }
div.DivClassName
{
background-color: #E003F3;
}
.BgClassName
{
background-color: #E003F3;
}
</style>
border-color css
<style>
span { border-color: #E003F3; }
span { border-color: rgb(224,3,243); }
td.TdClassName
{
border-color: #E003F3;
}
.TagClassName
{
border-color: #E003F3;
}
</style>