Shades of Psychedelic Purple #E305E8
Tints of Psychedelic Purple #E305E8
RGB
CMYK
RGB Variations
Color information
#E305E8 (or 0xE305E8) is known color: Psychedelic Purple. HEX triplet: E3, 05 and E8. RGB value is (227,5,232). Sum of RGB (Red+Green+Blue) = 227+5+232=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #E305E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E305E8 is #1CFA17. Grayscale: #606060. Windows color (decimal): -1899032 or 15205859. OLE color: 15205859.
HSL color Cylindrical-coordinate representation of color #E305E8: hue angle of 298.68º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305E8 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 5 | 232 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.09 |
| HSL | 298.68º | 0.96% | 0.46% | - |
| HSV(B) | 298.68º | 0.98% | 0.91% | - |
| XYZ | 46.3 | 22.27 | 78.2 | - |
| YUV | 97.26 | 204.05 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 232 | 0.02 | 0.98 | 0 | 0.09 | 298.68 | 0.96 | 0.46 |
| Hex | E3 | 5 | E8 | 2 | 62 | 0 | 9 | 12B | 60 | 2E |
| Octal | 343 | 5 | 350 | 2 | 142 | 0 | 11 | 453 | 140 | 56 |
| Binary | 11100011 | 101 | 11101000 | 10 | 1100010 | 0 | 1001 | 100101011 | 1100000 | 101110 |
Color Harmonies of #E305E8
Complementary color
Monochromatic Colors of #E305E8
Black with #E305E8
Text Example
Text Example
White with #E305E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305E8; }
p { color: rgb(227,5,232); }
H1.HeaderClassName
{
color: #E305E8;
}
.AnyTagClassName
{
color: #E305E8;
}
</style>
background-color css
<style>
a { background-color: #E305E8; }
a { background-color: rgb(227,5,232); }
div.DivClassName
{
background-color: #E305E8;
}
.BgClassName
{
background-color: #E305E8;
}
</style>
border-color css
<style>
span { border-color: #E305E8; }
span { border-color: rgb(227,5,232); }
td.TdClassName
{
border-color: #E305E8;
}
.TagClassName
{
border-color: #E305E8;
}
</style>