Shades of Psychedelic Purple #E305F4
Tints of Psychedelic Purple #E305F4
RGB
CMYK
RGB Variations
Color information
#E305F4 (or 0xE305F4) is known color: Psychedelic Purple. HEX triplet: E3, 05 and F4. RGB value is (227,5,244). Sum of RGB (Red+Green+Blue) = 227+5+244=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #E305F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E305F4 is #1CFA0B. Grayscale: #616161. Windows color (decimal): -1899020 or 15992291. OLE color: 15992291.
HSL color Cylindrical-coordinate representation of color #E305F4: hue angle of 295.73º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305F4 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 5 | 244 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.04 |
| HSL | 295.73º | 0.96% | 0.49% | - |
| HSV(B) | 295.73º | 0.98% | 0.96% | - |
| XYZ | 48.06 | 22.97 | 87.49 | - |
| YUV | 98.62 | 210.05 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 244 | 0.07 | 0.98 | 0 | 0.04 | 295.73 | 0.96 | 0.49 |
| Hex | E3 | 5 | F4 | 7 | 62 | 0 | 4 | 128 | 60 | 31 |
| Octal | 343 | 5 | 364 | 7 | 142 | 0 | 4 | 450 | 140 | 61 |
| Binary | 11100011 | 101 | 11110100 | 111 | 1100010 | 0 | 100 | 100101000 | 1100000 | 110001 |
Color Harmonies of #E305F4
Complementary color
Monochromatic Colors of #E305F4
Black with #E305F4
Text Example
Text Example
White with #E305F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305F4; }
p { color: rgb(227,5,244); }
H1.HeaderClassName
{
color: #E305F4;
}
.AnyTagClassName
{
color: #E305F4;
}
</style>
background-color css
<style>
a { background-color: #E305F4; }
a { background-color: rgb(227,5,244); }
div.DivClassName
{
background-color: #E305F4;
}
.BgClassName
{
background-color: #E305F4;
}
</style>
border-color css
<style>
span { border-color: #E305F4; }
span { border-color: rgb(227,5,244); }
td.TdClassName
{
border-color: #E305F4;
}
.TagClassName
{
border-color: #E305F4;
}
</style>