Shades of Psychedelic Purple #EA06FF
Tints of Psychedelic Purple #EA06FF
RGB
CMYK
RGB Variations
Color information
#EA06FF (or 0xEA06FF) is known color: Psychedelic Purple. HEX triplet: EA, 06 and FF. RGB value is (234,6,255). Sum of RGB (Red+Green+Blue) = 234+6+255=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA06FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA06FF is #15F900. Grayscale: #656565. Windows color (decimal): -1440001 or 16713450. OLE color: 16713450.
HSL color Cylindrical-coordinate representation of color #EA06FF: hue angle of 294.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA06FF is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 6 | 255 | - |
| CMYK | 0.08 | 0.98 | 0 | 0 |
| HSL | 294.94º | 1% | 0.51% | - |
| HSV(B) | 294.94º | 0.98% | 1% | - |
| XYZ | 52.05 | 24.84 | 96.66 | - |
| YUV | 102.56 | 214.04 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 255 | 0.08 | 0.98 | 0 | 0 | 294.94 | 1 | 0.51 |
| Hex | EA | 6 | FF | 8 | 62 | 0 | 0 | 127 | 64 | 33 |
| Octal | 352 | 6 | 377 | 10 | 142 | 0 | 0 | 447 | 144 | 63 |
| Binary | 11101010 | 110 | 11111111 | 1000 | 1100010 | 0 | 0 | 100100111 | 1100100 | 110011 |
Color Harmonies of #EA06FF
Complementary color
Monochromatic Colors of #EA06FF
Black with #EA06FF
Text Example
Text Example
White with #EA06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA06FF; }
p { color: rgb(234,6,255); }
H1.HeaderClassName
{
color: #EA06FF;
}
.AnyTagClassName
{
color: #EA06FF;
}
</style>
background-color css
<style>
a { background-color: #EA06FF; }
a { background-color: rgb(234,6,255); }
div.DivClassName
{
background-color: #EA06FF;
}
.BgClassName
{
background-color: #EA06FF;
}
</style>
border-color css
<style>
span { border-color: #EA06FF; }
span { border-color: rgb(234,6,255); }
td.TdClassName
{
border-color: #EA06FF;
}
.TagClassName
{
border-color: #EA06FF;
}
</style>