Shades of Psychedelic Purple #E20CFB
Tints of Psychedelic Purple #E20CFB
RGB
CMYK
RGB Variations
Color information
#E20CFB (or 0xE20CFB) is known color: Psychedelic Purple. HEX triplet: E2, 0C and FB. RGB value is (226,12,251). Sum of RGB (Red+Green+Blue) = 226+12+251=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #E20CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CFB is #1DF304. Grayscale: #666666. Windows color (decimal): -1962757 or 16452834. OLE color: 16452834.
HSL color Cylindrical-coordinate representation of color #E20CFB: hue angle of 293.72º 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 #E20CFB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 12 | 251 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.02 |
| HSL | 293.72º | 0.97% | 0.52% | - |
| HSV(B) | 293.72º | 0.95% | 0.98% | - |
| XYZ | 48.91 | 23.4 | 93.21 | - |
| YUV | 103.23 | 211.4 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 251 | 0.10 | 0.95 | 0 | 0.02 | 293.72 | 0.97 | 0.52 |
| Hex | E2 | C | FB | A | 5F | 0 | 2 | 126 | 61 | 34 |
| Octal | 342 | 14 | 373 | 12 | 137 | 0 | 2 | 446 | 141 | 64 |
| Binary | 11100010 | 1100 | 11111011 | 1010 | 1011111 | 0 | 10 | 100100110 | 1100001 | 110100 |
Color Harmonies of #E20CFB
Complementary color
Monochromatic Colors of #E20CFB
Black with #E20CFB
Text Example
Text Example
White with #E20CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CFB; }
p { color: rgb(226,12,251); }
H1.HeaderClassName
{
color: #E20CFB;
}
.AnyTagClassName
{
color: #E20CFB;
}
</style>
background-color css
<style>
a { background-color: #E20CFB; }
a { background-color: rgb(226,12,251); }
div.DivClassName
{
background-color: #E20CFB;
}
.BgClassName
{
background-color: #E20CFB;
}
</style>
border-color css
<style>
span { border-color: #E20CFB; }
span { border-color: rgb(226,12,251); }
td.TdClassName
{
border-color: #E20CFB;
}
.TagClassName
{
border-color: #E20CFB;
}
</style>