Shades of Psychedelic Purple #EA33FF
Tints of Psychedelic Purple #EA33FF
RGB
CMYK
RGB Variations
Color information
#EA33FF (or 0xEA33FF) is known color: Psychedelic Purple. HEX triplet: EA, 33 and FF. RGB value is (234,51,255). Sum of RGB (Red+Green+Blue) = 234+51+255=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 51 (20.31% from 255 or 9.44% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA33FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA33FF is #15CC00. Grayscale: #808080. Windows color (decimal): -1428481 or 16724970. OLE color: 16724970.
HSL color Cylindrical-coordinate representation of color #EA33FF: hue angle of 293.82º 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 #EA33FF is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 51 | 255 | - |
| CMYK | 0.08 | 0.8 | 0 | 0 |
| HSL | 293.82º | 1% | 0.6% | - |
| HSV(B) | 293.82º | 0.8% | 1% | - |
| XYZ | 53.17 | 27.08 | 97.03 | - |
| YUV | 128.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 255 | 0.08 | 0.8 | 0 | 0 | 293.82 | 1 | 0.6 |
| Hex | EA | 33 | FF | 8 | 50 | 0 | 0 | 126 | 64 | 3C |
| Octal | 352 | 63 | 377 | 10 | 120 | 0 | 0 | 446 | 144 | 74 |
| Binary | 11101010 | 110011 | 11111111 | 1000 | 1010000 | 0 | 0 | 100100110 | 1100100 | 111100 |
Color Harmonies of #EA33FF
Complementary color
Monochromatic Colors of #EA33FF
Black with #EA33FF
Text Example
Text Example
White with #EA33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA33FF; }
p { color: rgb(234,51,255); }
H1.HeaderClassName
{
color: #EA33FF;
}
.AnyTagClassName
{
color: #EA33FF;
}
</style>
background-color css
<style>
a { background-color: #EA33FF; }
a { background-color: rgb(234,51,255); }
div.DivClassName
{
background-color: #EA33FF;
}
.BgClassName
{
background-color: #EA33FF;
}
</style>
border-color css
<style>
span { border-color: #EA33FF; }
span { border-color: rgb(234,51,255); }
td.TdClassName
{
border-color: #EA33FF;
}
.TagClassName
{
border-color: #EA33FF;
}
</style>