Shades of Psychedelic Purple #E10CFB
Tints of Psychedelic Purple #E10CFB
RGB
CMYK
RGB Variations
Color information
#E10CFB (or 0xE10CFB) is known color: Psychedelic Purple. HEX triplet: E1, 0C and FB. RGB value is (225,12,251). Sum of RGB (Red+Green+Blue) = 225+12+251=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #E10CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CFB is #1EF304. Grayscale: #666666. Windows color (decimal): -2028293 or 16452833. OLE color: 16452833.
HSL color Cylindrical-coordinate representation of color #E10CFB: hue angle of 293.47º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CFB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 12 | 251 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.02 |
| HSL | 293.47º | 0.97% | 0.52% | - |
| HSV(B) | 293.47º | 0.95% | 0.98% | - |
| XYZ | 48.6 | 23.24 | 93.19 | - |
| YUV | 102.93 | 211.57 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 251 | 0.10 | 0.95 | 0 | 0.02 | 293.47 | 0.97 | 0.52 |
| Hex | E1 | C | FB | A | 5F | 0 | 2 | 125 | 61 | 34 |
| Octal | 341 | 14 | 373 | 12 | 137 | 0 | 2 | 445 | 141 | 64 |
| Binary | 11100001 | 1100 | 11111011 | 1010 | 1011111 | 0 | 10 | 100100101 | 1100001 | 110100 |
Color Harmonies of #E10CFB
Complementary color
Monochromatic Colors of #E10CFB
Black with #E10CFB
Text Example
Text Example
White with #E10CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CFB; }
p { color: rgb(225,12,251); }
H1.HeaderClassName
{
color: #E10CFB;
}
.AnyTagClassName
{
color: #E10CFB;
}
</style>
background-color css
<style>
a { background-color: #E10CFB; }
a { background-color: rgb(225,12,251); }
div.DivClassName
{
background-color: #E10CFB;
}
.BgClassName
{
background-color: #E10CFB;
}
</style>
border-color css
<style>
span { border-color: #E10CFB; }
span { border-color: rgb(225,12,251); }
td.TdClassName
{
border-color: #E10CFB;
}
.TagClassName
{
border-color: #E10CFB;
}
</style>