Shades of Electric Purple #CA05EA
Tints of Electric Purple #CA05EA
RGB
CMYK
RGB Variations
Color information
#CA05EA (or 0xCA05EA) is known color: Electric Purple. HEX triplet: CA, 05 and EA. RGB value is (202,5,234). Sum of RGB (Red+Green+Blue) = 202+5+234=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA05EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA05EA is #35FA15. Grayscale: #595959. Windows color (decimal): -3537430 or 15336906. OLE color: 15336906.
HSL color Cylindrical-coordinate representation of color #CA05EA: hue angle of 291.62º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05EA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 5 | 234 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.08 |
| HSL | 291.62º | 0.96% | 0.47% | - |
| HSV(B) | 291.62º | 0.98% | 0.92% | - |
| XYZ | 39.26 | 18.61 | 79.36 | - |
| YUV | 90.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 234 | 0.14 | 0.98 | 0 | 0.08 | 291.62 | 0.96 | 0.47 |
| Hex | CA | 5 | EA | E | 62 | 0 | 8 | 124 | 60 | 2F |
| Octal | 312 | 5 | 352 | 16 | 142 | 0 | 10 | 444 | 140 | 57 |
| Binary | 11001010 | 101 | 11101010 | 1110 | 1100010 | 0 | 1000 | 100100100 | 1100000 | 101111 |
Color Harmonies of #CA05EA
Complementary color
Monochromatic Colors of #CA05EA
Black with #CA05EA
Text Example
Text Example
White with #CA05EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05EA; }
p { color: rgb(202,5,234); }
H1.HeaderClassName
{
color: #CA05EA;
}
.AnyTagClassName
{
color: #CA05EA;
}
</style>
background-color css
<style>
a { background-color: #CA05EA; }
a { background-color: rgb(202,5,234); }
div.DivClassName
{
background-color: #CA05EA;
}
.BgClassName
{
background-color: #CA05EA;
}
</style>
border-color css
<style>
span { border-color: #CA05EA; }
span { border-color: rgb(202,5,234); }
td.TdClassName
{
border-color: #CA05EA;
}
.TagClassName
{
border-color: #CA05EA;
}
</style>