Shades of Psychedelic Purple #E72AF3
Tints of Psychedelic Purple #E72AF3
RGB
CMYK
RGB Variations
Color information
#E72AF3 (or 0xE72AF3) is known color: Psychedelic Purple. HEX triplet: E7, 2A and F3. RGB value is (231,42,243). Sum of RGB (Red+Green+Blue) = 231+42+243=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 42 (16.80% from 255 or 8.14% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #E72AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72AF3 is #18D50C. Grayscale: #787878. Windows color (decimal): -1627405 or 15936231. OLE color: 15936231.
HSL color Cylindrical-coordinate representation of color #E72AF3: hue angle of 296.42º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72AF3 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 42 | 243 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.05 |
| HSL | 296.42º | 0.89% | 0.56% | - |
| HSV(B) | 296.42º | 0.83% | 0.95% | - |
| XYZ | 49.96 | 25.12 | 87.01 | - |
| YUV | 121.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 243 | 0.05 | 0.83 | 0 | 0.05 | 296.42 | 0.89 | 0.56 |
| Hex | E7 | 2A | F3 | 5 | 53 | 0 | 5 | 128 | 59 | 38 |
| Octal | 347 | 52 | 363 | 5 | 123 | 0 | 5 | 450 | 131 | 70 |
| Binary | 11100111 | 101010 | 11110011 | 101 | 1010011 | 0 | 101 | 100101000 | 1011001 | 111000 |
Color Harmonies of #E72AF3
Complementary color
Monochromatic Colors of #E72AF3
Black with #E72AF3
Text Example
Text Example
White with #E72AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AF3; }
p { color: rgb(231,42,243); }
H1.HeaderClassName
{
color: #E72AF3;
}
.AnyTagClassName
{
color: #E72AF3;
}
</style>
background-color css
<style>
a { background-color: #E72AF3; }
a { background-color: rgb(231,42,243); }
div.DivClassName
{
background-color: #E72AF3;
}
.BgClassName
{
background-color: #E72AF3;
}
</style>
border-color css
<style>
span { border-color: #E72AF3; }
span { border-color: rgb(231,42,243); }
td.TdClassName
{
border-color: #E72AF3;
}
.TagClassName
{
border-color: #E72AF3;
}
</style>