Shades of Psychedelic Purple #E009FB
Tints of Psychedelic Purple #E009FB
RGB
CMYK
RGB Variations
Color information
#E009FB (or 0xE009FB) is known color: Psychedelic Purple. HEX triplet: E0, 09 and FB. RGB value is (224,9,251). Sum of RGB (Red+Green+Blue) = 224+9+251=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 9 (3.91% from 255 or 1.86% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #E009FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009FB is #1FF604. Grayscale: #646464. Windows color (decimal): -2094597 or 16452064. OLE color: 16452064.
HSL color Cylindrical-coordinate representation of color #E009FB: hue angle of 293.31º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009FB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 9 | 251 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.02 |
| HSL | 293.31º | 0.97% | 0.51% | - |
| HSV(B) | 293.31º | 0.96% | 0.98% | - |
| XYZ | 48.25 | 23.01 | 93.16 | - |
| YUV | 100.87 | 212.73 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 251 | 0.11 | 0.96 | 0 | 0.02 | 293.31 | 0.97 | 0.51 |
| Hex | E0 | 9 | FB | B | 60 | 0 | 2 | 125 | 61 | 33 |
| Octal | 340 | 11 | 373 | 13 | 140 | 0 | 2 | 445 | 141 | 63 |
| Binary | 11100000 | 1001 | 11111011 | 1011 | 1100000 | 0 | 10 | 100100101 | 1100001 | 110011 |
Color Harmonies of #E009FB
Complementary color
Monochromatic Colors of #E009FB
Black with #E009FB
Text Example
Text Example
White with #E009FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009FB; }
p { color: rgb(224,9,251); }
H1.HeaderClassName
{
color: #E009FB;
}
.AnyTagClassName
{
color: #E009FB;
}
</style>
background-color css
<style>
a { background-color: #E009FB; }
a { background-color: rgb(224,9,251); }
div.DivClassName
{
background-color: #E009FB;
}
.BgClassName
{
background-color: #E009FB;
}
</style>
border-color css
<style>
span { border-color: #E009FB; }
span { border-color: rgb(224,9,251); }
td.TdClassName
{
border-color: #E009FB;
}
.TagClassName
{
border-color: #E009FB;
}
</style>