Shades of Psychedelic Purple #ED33FF
Tints of Psychedelic Purple #ED33FF
RGB
CMYK
RGB Variations
Color information
#ED33FF (or 0xED33FF) is known color: Psychedelic Purple. HEX triplet: ED, 33 and FF. RGB value is (237,51,255). Sum of RGB (Red+Green+Blue) = 237+51+255=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 51 (20.31% from 255 or 9.39% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED33FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33FF is #12CC00. Grayscale: #818181. Windows color (decimal): -1231873 or 16724973. OLE color: 16724973.
HSL color Cylindrical-coordinate representation of color #ED33FF: hue angle of 294.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED33FF is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 51 | 255 | - |
| CMYK | 0.07 | 0.8 | 0 | 0 |
| HSL | 294.71º | 1% | 0.6% | - |
| HSV(B) | 294.71º | 0.8% | 1% | - |
| XYZ | 54.16 | 27.59 | 97.08 | - |
| YUV | 129.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 255 | 0.07 | 0.8 | 0 | 0 | 294.71 | 1 | 0.6 |
| Hex | ED | 33 | FF | 7 | 50 | 0 | 0 | 127 | 64 | 3C |
| Octal | 355 | 63 | 377 | 7 | 120 | 0 | 0 | 447 | 144 | 74 |
| Binary | 11101101 | 110011 | 11111111 | 111 | 1010000 | 0 | 0 | 100100111 | 1100100 | 111100 |
Color Harmonies of #ED33FF
Complementary color
Monochromatic Colors of #ED33FF
Black with #ED33FF
Text Example
Text Example
White with #ED33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED33FF; }
p { color: rgb(237,51,255); }
H1.HeaderClassName
{
color: #ED33FF;
}
.AnyTagClassName
{
color: #ED33FF;
}
</style>
background-color css
<style>
a { background-color: #ED33FF; }
a { background-color: rgb(237,51,255); }
div.DivClassName
{
background-color: #ED33FF;
}
.BgClassName
{
background-color: #ED33FF;
}
</style>
border-color css
<style>
span { border-color: #ED33FF; }
span { border-color: rgb(237,51,255); }
td.TdClassName
{
border-color: #ED33FF;
}
.TagClassName
{
border-color: #ED33FF;
}
</style>