Shades of Electric Purple #CA1EEA
Tints of Electric Purple #CA1EEA
RGB
CMYK
RGB Variations
Color information
#CA1EEA (or 0xCA1EEA) is known color: Electric Purple. HEX triplet: CA, 1E and EA. RGB value is (202,30,234). Sum of RGB (Red+Green+Blue) = 202+30+234=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EEA is #35E115. Grayscale: #686868. Windows color (decimal): -3531030 or 15343306. OLE color: 15343306.
HSL color Cylindrical-coordinate representation of color #CA1EEA: hue angle of 290.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1EEA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 30 | 234 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.08 |
| HSL | 290.59º | 0.83% | 0.52% | - |
| HSV(B) | 290.59º | 0.87% | 0.92% | - |
| XYZ | 39.67 | 19.43 | 79.5 | - |
| YUV | 104.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 234 | 0.14 | 0.87 | 0 | 0.08 | 290.59 | 0.83 | 0.52 |
| Hex | CA | 1E | EA | E | 57 | 0 | 8 | 123 | 53 | 34 |
| Octal | 312 | 36 | 352 | 16 | 127 | 0 | 10 | 443 | 123 | 64 |
| Binary | 11001010 | 11110 | 11101010 | 1110 | 1010111 | 0 | 1000 | 100100011 | 1010011 | 110100 |
Color Harmonies of #CA1EEA
Complementary color
Monochromatic Colors of #CA1EEA
Black with #CA1EEA
Text Example
Text Example
White with #CA1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EEA; }
p { color: rgb(202,30,234); }
H1.HeaderClassName
{
color: #CA1EEA;
}
.AnyTagClassName
{
color: #CA1EEA;
}
</style>
background-color css
<style>
a { background-color: #CA1EEA; }
a { background-color: rgb(202,30,234); }
div.DivClassName
{
background-color: #CA1EEA;
}
.BgClassName
{
background-color: #CA1EEA;
}
</style>
border-color css
<style>
span { border-color: #CA1EEA; }
span { border-color: rgb(202,30,234); }
td.TdClassName
{
border-color: #CA1EEA;
}
.TagClassName
{
border-color: #CA1EEA;
}
</style>