Shades of Psychedelic Purple #E62FFC
Tints of Psychedelic Purple #E62FFC
RGB
CMYK
RGB Variations
Color information
#E62FFC (or 0xE62FFC) is known color: Psychedelic Purple. HEX triplet: E6, 2F and FC. RGB value is (230,47,252). Sum of RGB (Red+Green+Blue) = 230+47+252=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 47 (18.75% from 255 or 8.88% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #E62FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62FFC is #19D003. Grayscale: #7C7C7C. Windows color (decimal): -1691652 or 16527334. OLE color: 16527334.
HSL color Cylindrical-coordinate representation of color #E62FFC: hue angle of 293.56º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62FFC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 47 | 252 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.01 |
| HSL | 293.56º | 0.97% | 0.59% | - |
| HSV(B) | 293.56º | 0.81% | 0.99% | - |
| XYZ | 51.22 | 25.88 | 94.39 | - |
| YUV | 125.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 252 | 0.09 | 0.81 | 0 | 0.01 | 293.56 | 0.97 | 0.59 |
| Hex | E6 | 2F | FC | 9 | 51 | 0 | 1 | 126 | 61 | 3B |
| Octal | 346 | 57 | 374 | 11 | 121 | 0 | 1 | 446 | 141 | 73 |
| Binary | 11100110 | 101111 | 11111100 | 1001 | 1010001 | 0 | 1 | 100100110 | 1100001 | 111011 |
Color Harmonies of #E62FFC
Complementary color
Monochromatic Colors of #E62FFC
Black with #E62FFC
Text Example
Text Example
White with #E62FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FFC; }
p { color: rgb(230,47,252); }
H1.HeaderClassName
{
color: #E62FFC;
}
.AnyTagClassName
{
color: #E62FFC;
}
</style>
background-color css
<style>
a { background-color: #E62FFC; }
a { background-color: rgb(230,47,252); }
div.DivClassName
{
background-color: #E62FFC;
}
.BgClassName
{
background-color: #E62FFC;
}
</style>
border-color css
<style>
span { border-color: #E62FFC; }
span { border-color: rgb(230,47,252); }
td.TdClassName
{
border-color: #E62FFC;
}
.TagClassName
{
border-color: #E62FFC;
}
</style>