Shades of Electric Purple #CE2EF9
Tints of Electric Purple #CE2EF9
RGB
CMYK
RGB Variations
Color information
#CE2EF9 (or 0xCE2EF9) is known color: Electric Purple. HEX triplet: CE, 2E and F9. RGB value is (206,46,249). Sum of RGB (Red+Green+Blue) = 206+46+249=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE2EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2EF9 is #31D106. Grayscale: #747474. Windows color (decimal): -3264775 or 16330446. OLE color: 16330446.
HSL color Cylindrical-coordinate representation of color #CE2EF9: hue angle of 287.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2EF9 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 46 | 249 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.02 |
| HSL | 287.29º | 0.94% | 0.58% | - |
| HSV(B) | 287.29º | 0.82% | 0.98% | - |
| XYZ | 43.53 | 21.92 | 91.56 | - |
| YUV | 116.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 249 | 0.17 | 0.82 | 0 | 0.02 | 287.29 | 0.94 | 0.58 |
| Hex | CE | 2E | F9 | 11 | 52 | 0 | 2 | 11F | 5E | 3A |
| Octal | 316 | 56 | 371 | 21 | 122 | 0 | 2 | 437 | 136 | 72 |
| Binary | 11001110 | 101110 | 11111001 | 10001 | 1010010 | 0 | 10 | 100011111 | 1011110 | 111010 |
Color Harmonies of #CE2EF9
Complementary color
Monochromatic Colors of #CE2EF9
Black with #CE2EF9
Text Example
Text Example
White with #CE2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EF9; }
p { color: rgb(206,46,249); }
H1.HeaderClassName
{
color: #CE2EF9;
}
.AnyTagClassName
{
color: #CE2EF9;
}
</style>
background-color css
<style>
a { background-color: #CE2EF9; }
a { background-color: rgb(206,46,249); }
div.DivClassName
{
background-color: #CE2EF9;
}
.BgClassName
{
background-color: #CE2EF9;
}
</style>
border-color css
<style>
span { border-color: #CE2EF9; }
span { border-color: rgb(206,46,249); }
td.TdClassName
{
border-color: #CE2EF9;
}
.TagClassName
{
border-color: #CE2EF9;
}
</style>