Shades of Electric Purple #CE1EF8
Tints of Electric Purple #CE1EF8
RGB
CMYK
RGB Variations
Color information
#CE1EF8 (or 0xCE1EF8) is known color: Electric Purple. HEX triplet: CE, 1E and F8. RGB value is (206,30,248). Sum of RGB (Red+Green+Blue) = 206+30+248=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE1EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EF8 is #31E107. Grayscale: #6A6A6A. Windows color (decimal): -3268872 or 16260814. OLE color: 16260814.
HSL color Cylindrical-coordinate representation of color #CE1EF8: hue angle of 288.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1EF8 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 30 | 248 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.03 |
| HSL | 288.44º | 0.94% | 0.55% | - |
| HSV(B) | 288.44º | 0.88% | 0.97% | - |
| XYZ | 42.86 | 20.83 | 90.57 | - |
| YUV | 107.48 | 207.31 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 248 | 0.17 | 0.88 | 0 | 0.03 | 288.44 | 0.94 | 0.55 |
| Hex | CE | 1E | F8 | 11 | 58 | 0 | 3 | 120 | 5E | 37 |
| Octal | 316 | 36 | 370 | 21 | 130 | 0 | 3 | 440 | 136 | 67 |
| Binary | 11001110 | 11110 | 11111000 | 10001 | 1011000 | 0 | 11 | 100100000 | 1011110 | 110111 |
Color Harmonies of #CE1EF8
Complementary color
Monochromatic Colors of #CE1EF8
Black with #CE1EF8
Text Example
Text Example
White with #CE1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EF8; }
p { color: rgb(206,30,248); }
H1.HeaderClassName
{
color: #CE1EF8;
}
.AnyTagClassName
{
color: #CE1EF8;
}
</style>
background-color css
<style>
a { background-color: #CE1EF8; }
a { background-color: rgb(206,30,248); }
div.DivClassName
{
background-color: #CE1EF8;
}
.BgClassName
{
background-color: #CE1EF8;
}
</style>
border-color css
<style>
span { border-color: #CE1EF8; }
span { border-color: rgb(206,30,248); }
td.TdClassName
{
border-color: #CE1EF8;
}
.TagClassName
{
border-color: #CE1EF8;
}
</style>