Shades of Electric Purple #CE14FB
Tints of Electric Purple #CE14FB
RGB
CMYK
RGB Variations
Color information
#CE14FB (or 0xCE14FB) is known color: Electric Purple. HEX triplet: CE, 14 and FB. RGB value is (206,20,251). Sum of RGB (Red+Green+Blue) = 206+20+251=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14FB is #31EB04. Grayscale: #656565. Windows color (decimal): -3271429 or 16454862. OLE color: 16454862.
HSL color Cylindrical-coordinate representation of color #CE14FB: hue angle of 288.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE14FB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 20 | 251 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.02 |
| HSL | 288.31º | 0.97% | 0.53% | - |
| HSV(B) | 288.31º | 0.92% | 0.98% | - |
| XYZ | 43.12 | 20.59 | 92.97 | - |
| YUV | 101.95 | 212.12 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 251 | 0.18 | 0.92 | 0 | 0.02 | 288.31 | 0.97 | 0.53 |
| Hex | CE | 14 | FB | 12 | 5C | 0 | 2 | 120 | 61 | 35 |
| Octal | 316 | 24 | 373 | 22 | 134 | 0 | 2 | 440 | 141 | 65 |
| Binary | 11001110 | 10100 | 11111011 | 10010 | 1011100 | 0 | 10 | 100100000 | 1100001 | 110101 |
Color Harmonies of #CE14FB
Complementary color
Monochromatic Colors of #CE14FB
Black with #CE14FB
Text Example
Text Example
White with #CE14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14FB; }
p { color: rgb(206,20,251); }
H1.HeaderClassName
{
color: #CE14FB;
}
.AnyTagClassName
{
color: #CE14FB;
}
</style>
background-color css
<style>
a { background-color: #CE14FB; }
a { background-color: rgb(206,20,251); }
div.DivClassName
{
background-color: #CE14FB;
}
.BgClassName
{
background-color: #CE14FB;
}
</style>
border-color css
<style>
span { border-color: #CE14FB; }
span { border-color: rgb(206,20,251); }
td.TdClassName
{
border-color: #CE14FB;
}
.TagClassName
{
border-color: #CE14FB;
}
</style>