Shades of Psychedelic Purple #EE1CFE
Tints of Psychedelic Purple #EE1CFE
RGB
CMYK
RGB Variations
Color information
#EE1CFE (or 0xEE1CFE) is known color: Psychedelic Purple. HEX triplet: EE, 1C and FE. RGB value is (238,28,254). Sum of RGB (Red+Green+Blue) = 238+28+254=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 28 (11.33% from 255 or 5.38% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE1CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CFE is #11E301. Grayscale: #737373. Windows color (decimal): -1172226 or 16653550. OLE color: 16653550.
HSL color Cylindrical-coordinate representation of color #EE1CFE: hue angle of 295.75º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1CFE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 28 | 254 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.00 |
| HSL | 295.75º | 0.99% | 0.55% | - |
| HSV(B) | 295.75º | 0.89% | 1% | - |
| XYZ | 53.56 | 26.16 | 95.99 | - |
| YUV | 116.55 | 205.57 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 254 | 0.06 | 0.89 | 0 | 0.00 | 295.75 | 0.99 | 0.55 |
| Hex | EE | 1C | FE | 6 | 59 | 0 | 0 | 128 | 63 | 37 |
| Octal | 356 | 34 | 376 | 6 | 131 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11101110 | 11100 | 11111110 | 110 | 1011001 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #EE1CFE
Complementary color
Monochromatic Colors of #EE1CFE
Black with #EE1CFE
Text Example
Text Example
White with #EE1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CFE; }
p { color: rgb(238,28,254); }
H1.HeaderClassName
{
color: #EE1CFE;
}
.AnyTagClassName
{
color: #EE1CFE;
}
</style>
background-color css
<style>
a { background-color: #EE1CFE; }
a { background-color: rgb(238,28,254); }
div.DivClassName
{
background-color: #EE1CFE;
}
.BgClassName
{
background-color: #EE1CFE;
}
</style>
border-color css
<style>
span { border-color: #EE1CFE; }
span { border-color: rgb(238,28,254); }
td.TdClassName
{
border-color: #EE1CFE;
}
.TagClassName
{
border-color: #EE1CFE;
}
</style>