Shades of Electric Purple #CA04EE
Tints of Electric Purple #CA04EE
RGB
CMYK
RGB Variations
Color information
#CA04EE (or 0xCA04EE) is known color: Electric Purple. HEX triplet: CA, 04 and EE. RGB value is (202,4,238). Sum of RGB (Red+Green+Blue) = 202+4+238=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04EE is #35FB11. Grayscale: #595959. Windows color (decimal): -3537682 or 15598794. OLE color: 15598794.
HSL color Cylindrical-coordinate representation of color #CA04EE: hue angle of 290.77º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04EE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 4 | 238 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.07 |
| HSL | 290.77º | 0.97% | 0.47% | - |
| HSV(B) | 290.77º | 0.98% | 0.93% | - |
| XYZ | 39.83 | 18.82 | 82.42 | - |
| YUV | 89.88 | 211.6 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 238 | 0.15 | 0.98 | 0 | 0.07 | 290.77 | 0.97 | 0.47 |
| Hex | CA | 4 | EE | F | 62 | 0 | 7 | 123 | 61 | 2F |
| Octal | 312 | 4 | 356 | 17 | 142 | 0 | 7 | 443 | 141 | 57 |
| Binary | 11001010 | 100 | 11101110 | 1111 | 1100010 | 0 | 111 | 100100011 | 1100001 | 101111 |
Color Harmonies of #CA04EE
Complementary color
Monochromatic Colors of #CA04EE
Black with #CA04EE
Text Example
Text Example
White with #CA04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04EE; }
p { color: rgb(202,4,238); }
H1.HeaderClassName
{
color: #CA04EE;
}
.AnyTagClassName
{
color: #CA04EE;
}
</style>
background-color css
<style>
a { background-color: #CA04EE; }
a { background-color: rgb(202,4,238); }
div.DivClassName
{
background-color: #CA04EE;
}
.BgClassName
{
background-color: #CA04EE;
}
</style>
border-color css
<style>
span { border-color: #CA04EE; }
span { border-color: rgb(202,4,238); }
td.TdClassName
{
border-color: #CA04EE;
}
.TagClassName
{
border-color: #CA04EE;
}
</style>