Shades of Electric Purple #CE25F8
Tints of Electric Purple #CE25F8
RGB
CMYK
RGB Variations
Color information
#CE25F8 (or 0xCE25F8) is known color: Electric Purple. HEX triplet: CE, 25 and F8. RGB value is (206,37,248). Sum of RGB (Red+Green+Blue) = 206+37+248=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE25F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25F8 is #31DA07. Grayscale: #6E6E6E. Windows color (decimal): -3267080 or 16262606. OLE color: 16262606.
HSL color Cylindrical-coordinate representation of color #CE25F8: hue angle of 288.06º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE25F8 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 37 | 248 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.03 |
| HSL | 288.06º | 0.94% | 0.56% | - |
| HSV(B) | 288.06º | 0.85% | 0.97% | - |
| XYZ | 43.06 | 21.22 | 90.63 | - |
| YUV | 111.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 248 | 0.17 | 0.85 | 0 | 0.03 | 288.06 | 0.94 | 0.56 |
| Hex | CE | 25 | F8 | 11 | 55 | 0 | 3 | 120 | 5E | 38 |
| Octal | 316 | 45 | 370 | 21 | 125 | 0 | 3 | 440 | 136 | 70 |
| Binary | 11001110 | 100101 | 11111000 | 10001 | 1010101 | 0 | 11 | 100100000 | 1011110 | 111000 |
Color Harmonies of #CE25F8
Complementary color
Monochromatic Colors of #CE25F8
Black with #CE25F8
Text Example
Text Example
White with #CE25F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25F8; }
p { color: rgb(206,37,248); }
H1.HeaderClassName
{
color: #CE25F8;
}
.AnyTagClassName
{
color: #CE25F8;
}
</style>
background-color css
<style>
a { background-color: #CE25F8; }
a { background-color: rgb(206,37,248); }
div.DivClassName
{
background-color: #CE25F8;
}
.BgClassName
{
background-color: #CE25F8;
}
</style>
border-color css
<style>
span { border-color: #CE25F8; }
span { border-color: rgb(206,37,248); }
td.TdClassName
{
border-color: #CE25F8;
}
.TagClassName
{
border-color: #CE25F8;
}
</style>