Shades of Psychedelic Purple #ED12F8
Tints of Psychedelic Purple #ED12F8
RGB
CMYK
RGB Variations
Color information
#ED12F8 (or 0xED12F8) is known color: Psychedelic Purple. HEX triplet: ED, 12 and F8. RGB value is (237,18,248). Sum of RGB (Red+Green+Blue) = 237+18+248=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED12F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12F8 is #12ED07. Grayscale: #6D6D6D. Windows color (decimal): -1240328 or 16257773. OLE color: 16257773.
HSL color Cylindrical-coordinate representation of color #ED12F8: hue angle of 297.13º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED12F8 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 18 | 248 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.03 |
| HSL | 297.13º | 0.94% | 0.52% | - |
| HSV(B) | 297.13º | 0.93% | 0.97% | - |
| XYZ | 52.08 | 25.21 | 90.93 | - |
| YUV | 109.7 | 206.05 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 248 | 0.04 | 0.93 | 0 | 0.03 | 297.13 | 0.94 | 0.52 |
| Hex | ED | 12 | F8 | 4 | 5D | 0 | 3 | 129 | 5E | 34 |
| Octal | 355 | 22 | 370 | 4 | 135 | 0 | 3 | 451 | 136 | 64 |
| Binary | 11101101 | 10010 | 11111000 | 100 | 1011101 | 0 | 11 | 100101001 | 1011110 | 110100 |
Color Harmonies of #ED12F8
Complementary color
Monochromatic Colors of #ED12F8
Black with #ED12F8
Text Example
Text Example
White with #ED12F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED12F8; }
p { color: rgb(237,18,248); }
H1.HeaderClassName
{
color: #ED12F8;
}
.AnyTagClassName
{
color: #ED12F8;
}
</style>
background-color css
<style>
a { background-color: #ED12F8; }
a { background-color: rgb(237,18,248); }
div.DivClassName
{
background-color: #ED12F8;
}
.BgClassName
{
background-color: #ED12F8;
}
</style>
border-color css
<style>
span { border-color: #ED12F8; }
span { border-color: rgb(237,18,248); }
td.TdClassName
{
border-color: #ED12F8;
}
.TagClassName
{
border-color: #ED12F8;
}
</style>