Shades of Psychedelic Purple #ED13FA
Tints of Psychedelic Purple #ED13FA
RGB
CMYK
RGB Variations
Color information
#ED13FA (or 0xED13FA) is known color: Psychedelic Purple. HEX triplet: ED, 13 and FA. RGB value is (237,19,250). Sum of RGB (Red+Green+Blue) = 237+19+250=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED13FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED13FA is #12EC05. Grayscale: #6D6D6D. Windows color (decimal): -1240070 or 16389101. OLE color: 16389101.
HSL color Cylindrical-coordinate representation of color #ED13FA: hue angle of 296.62º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED13FA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 19 | 250 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.02 |
| HSL | 296.62º | 0.96% | 0.53% | - |
| HSV(B) | 296.62º | 0.92% | 0.98% | - |
| XYZ | 52.41 | 25.37 | 92.58 | - |
| YUV | 110.52 | 206.72 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 250 | 0.05 | 0.92 | 0 | 0.02 | 296.62 | 0.96 | 0.53 |
| Hex | ED | 13 | FA | 5 | 5C | 0 | 2 | 129 | 60 | 35 |
| Octal | 355 | 23 | 372 | 5 | 134 | 0 | 2 | 451 | 140 | 65 |
| Binary | 11101101 | 10011 | 11111010 | 101 | 1011100 | 0 | 10 | 100101001 | 1100000 | 110101 |
Color Harmonies of #ED13FA
Complementary color
Monochromatic Colors of #ED13FA
Black with #ED13FA
Text Example
Text Example
White with #ED13FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED13FA; }
p { color: rgb(237,19,250); }
H1.HeaderClassName
{
color: #ED13FA;
}
.AnyTagClassName
{
color: #ED13FA;
}
</style>
background-color css
<style>
a { background-color: #ED13FA; }
a { background-color: rgb(237,19,250); }
div.DivClassName
{
background-color: #ED13FA;
}
.BgClassName
{
background-color: #ED13FA;
}
</style>
border-color css
<style>
span { border-color: #ED13FA; }
span { border-color: rgb(237,19,250); }
td.TdClassName
{
border-color: #ED13FA;
}
.TagClassName
{
border-color: #ED13FA;
}
</style>