Shades of Electric Purple #CE24FE
Tints of Electric Purple #CE24FE
RGB
CMYK
RGB Variations
Color information
#CE24FE (or 0xCE24FE) is known color: Electric Purple. HEX triplet: CE, 24 and FE. RGB value is (206,36,254). Sum of RGB (Red+Green+Blue) = 206+36+254=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE24FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24FE is #31DB01. Grayscale: #6E6E6E. Windows color (decimal): -3267330 or 16655566. OLE color: 16655566.
HSL color Cylindrical-coordinate representation of color #CE24FE: hue angle of 286.79º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE24FE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 36 | 254 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.00 |
| HSL | 286.79º | 0.99% | 0.57% | - |
| HSV(B) | 286.79º | 0.86% | 1% | - |
| XYZ | 43.97 | 21.54 | 95.61 | - |
| YUV | 111.68 | 208.32 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 254 | 0.19 | 0.86 | 0 | 0.00 | 286.79 | 0.99 | 0.57 |
| Hex | CE | 24 | FE | 13 | 56 | 0 | 0 | 11F | 63 | 39 |
| Octal | 316 | 44 | 376 | 23 | 126 | 0 | 0 | 437 | 143 | 71 |
| Binary | 11001110 | 100100 | 11111110 | 10011 | 1010110 | 0 | 0 | 100011111 | 1100011 | 111001 |
Color Harmonies of #CE24FE
Complementary color
Monochromatic Colors of #CE24FE
Black with #CE24FE
Text Example
Text Example
White with #CE24FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24FE; }
p { color: rgb(206,36,254); }
H1.HeaderClassName
{
color: #CE24FE;
}
.AnyTagClassName
{
color: #CE24FE;
}
</style>
background-color css
<style>
a { background-color: #CE24FE; }
a { background-color: rgb(206,36,254); }
div.DivClassName
{
background-color: #CE24FE;
}
.BgClassName
{
background-color: #CE24FE;
}
</style>
border-color css
<style>
span { border-color: #CE24FE; }
span { border-color: rgb(206,36,254); }
td.TdClassName
{
border-color: #CE24FE;
}
.TagClassName
{
border-color: #CE24FE;
}
</style>