Shades of Electric Purple #CB00EA
Tints of Electric Purple #CB00EA
RGB
CMYK
RGB Variations
Color information
#CB00EA (or 0xCB00EA) is known color: Electric Purple. HEX triplet: CB, 00 and EA. RGB value is (203,0,234). Sum of RGB (Red+Green+Blue) = 203+0+234=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00EA is #34FF15. Grayscale: #565656. Windows color (decimal): -3473174 or 15335627. OLE color: 15335627.
HSL color Cylindrical-coordinate representation of color #CB00EA: hue angle of 292.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00EA is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 0 | 234 | - |
| CMYK | 0.13 | 1 | 0 | 0.08 |
| HSL | 292.05º | 1% | 0.46% | - |
| HSV(B) | 292.05º | 1% | 0.92% | - |
| XYZ | 39.48 | 18.64 | 79.36 | - |
| YUV | 87.37 | 210.75 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 234 | 0.13 | 1 | 0 | 0.08 | 292.05 | 1 | 0.46 |
| Hex | CB | 0 | EA | D | 64 | 0 | 8 | 124 | 64 | 2E |
| Octal | 313 | 0 | 352 | 15 | 144 | 0 | 10 | 444 | 144 | 56 |
| Binary | 11001011 | 0 | 11101010 | 1101 | 1100100 | 0 | 1000 | 100100100 | 1100100 | 101110 |
Color Harmonies of #CB00EA
Complementary color
Monochromatic Colors of #CB00EA
Black with #CB00EA
Text Example
Text Example
White with #CB00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00EA; }
p { color: rgb(203,0,234); }
H1.HeaderClassName
{
color: #CB00EA;
}
.AnyTagClassName
{
color: #CB00EA;
}
</style>
background-color css
<style>
a { background-color: #CB00EA; }
a { background-color: rgb(203,0,234); }
div.DivClassName
{
background-color: #CB00EA;
}
.BgClassName
{
background-color: #CB00EA;
}
</style>
border-color css
<style>
span { border-color: #CB00EA; }
span { border-color: rgb(203,0,234); }
td.TdClassName
{
border-color: #CB00EA;
}
.TagClassName
{
border-color: #CB00EA;
}
</style>