Shades of Electric Purple #CA1EEB
Tints of Electric Purple #CA1EEB
RGB
CMYK
RGB Variations
Color information
#CA1EEB (or 0xCA1EEB) is known color: Electric Purple. HEX triplet: CA, 1E and EB. RGB value is (202,30,235). Sum of RGB (Red+Green+Blue) = 202+30+235=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EEB is #35E114. Grayscale: #686868. Windows color (decimal): -3531029 or 15408842. OLE color: 15408842.
HSL color Cylindrical-coordinate representation of color #CA1EEB: hue angle of 290.34º degrees, saturation: 0.84, 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 #CA1EEB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 30 | 235 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.08 |
| HSL | 290.34º | 0.84% | 0.52% | - |
| HSV(B) | 290.34º | 0.87% | 0.92% | - |
| XYZ | 39.82 | 19.48 | 80.26 | - |
| YUV | 104.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 235 | 0.14 | 0.87 | 0 | 0.08 | 290.34 | 0.84 | 0.52 |
| Hex | CA | 1E | EB | E | 57 | 0 | 8 | 122 | 54 | 34 |
| Octal | 312 | 36 | 353 | 16 | 127 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001010 | 11110 | 11101011 | 1110 | 1010111 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #CA1EEB
Complementary color
Monochromatic Colors of #CA1EEB
Black with #CA1EEB
Text Example
Text Example
White with #CA1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EEB; }
p { color: rgb(202,30,235); }
H1.HeaderClassName
{
color: #CA1EEB;
}
.AnyTagClassName
{
color: #CA1EEB;
}
</style>
background-color css
<style>
a { background-color: #CA1EEB; }
a { background-color: rgb(202,30,235); }
div.DivClassName
{
background-color: #CA1EEB;
}
.BgClassName
{
background-color: #CA1EEB;
}
</style>
border-color css
<style>
span { border-color: #CA1EEB; }
span { border-color: rgb(202,30,235); }
td.TdClassName
{
border-color: #CA1EEB;
}
.TagClassName
{
border-color: #CA1EEB;
}
</style>