Shades of Electric Purple #CA2EEF
Tints of Electric Purple #CA2EEF
RGB
CMYK
RGB Variations
Color information
#CA2EEF (or 0xCA2EEF) is known color: Electric Purple. HEX triplet: CA, 2E and EF. RGB value is (202,46,239). Sum of RGB (Red+Green+Blue) = 202+46+239=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EEF is #35D110. Grayscale: #727272. Windows color (decimal): -3526929 or 15675082. OLE color: 15675082.
HSL color Cylindrical-coordinate representation of color #CA2EEF: hue angle of 288.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2EEF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 46 | 239 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.06 |
| HSL | 288.5º | 0.86% | 0.56% | - |
| HSV(B) | 288.5º | 0.81% | 0.94% | - |
| XYZ | 40.91 | 20.74 | 83.51 | - |
| YUV | 114.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 239 | 0.15 | 0.81 | 0 | 0.06 | 288.5 | 0.86 | 0.56 |
| Hex | CA | 2E | EF | F | 51 | 0 | 6 | 120 | 56 | 38 |
| Octal | 312 | 56 | 357 | 17 | 121 | 0 | 6 | 440 | 126 | 70 |
| Binary | 11001010 | 101110 | 11101111 | 1111 | 1010001 | 0 | 110 | 100100000 | 1010110 | 111000 |
Color Harmonies of #CA2EEF
Complementary color
Monochromatic Colors of #CA2EEF
Black with #CA2EEF
Text Example
Text Example
White with #CA2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EEF; }
p { color: rgb(202,46,239); }
H1.HeaderClassName
{
color: #CA2EEF;
}
.AnyTagClassName
{
color: #CA2EEF;
}
</style>
background-color css
<style>
a { background-color: #CA2EEF; }
a { background-color: rgb(202,46,239); }
div.DivClassName
{
background-color: #CA2EEF;
}
.BgClassName
{
background-color: #CA2EEF;
}
</style>
border-color css
<style>
span { border-color: #CA2EEF; }
span { border-color: rgb(202,46,239); }
td.TdClassName
{
border-color: #CA2EEF;
}
.TagClassName
{
border-color: #CA2EEF;
}
</style>