#CA05EA

Color #CA05EA Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CA05EA

Tints of Electric Purple #CA05EA

Color information

#CA05EA (or 0xCA05EA) is unknown color: approx 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

RGB2025234-
CMYK0.140.9800.08
HSL291.62º95.82%46.86%-
HSV(B)291.62º97.86%91.76%-
XYZ39.2618.6179.36-
YUV90.01209.27207.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 5 (2.34% from 255) = 1.13%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=45.80%
G=1.13%
B=53.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20252340.140.9800.08291.6295.8246.86
HexCA5EAE6208124602f
Octal31253521614201044414057
Binary110010101011110101011101100010010001001001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA05EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>