#ca2ef2

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

Shades of Electric Purple #CA2EF2

Tints of Electric Purple #CA2EF2

Color information

#CA2EF2 (or 0xCA2EF2) is unknown color: approx Electric Purple. HEX triplet: CA, 2E and F2. RGB value is (202,46,242). Sum of RGB (Red+Green+Blue) = 202+46+242=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA2EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EF2 is #35D10D. Grayscale: #727272. Windows color (decimal): -3526926 or 15871690. OLE color: 15871690.

HSL color Cylindrical-coordinate representation of color #CA2EF2: hue angle of 287.76º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2EF2 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20246242-
CMYK0.170.8100.05
HSL287.76º88.29%56.47%-
HSV(B)287.76º80.99%94.9%-
XYZ41.3620.9285.86-
YUV114.99199.68190.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 46 (18.36% from 255) = 9.39%
BLUE value IS 242 (94.92% from 255) = 49.39%
R=41.22%
G=9.39%
B=49.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202462420.170.8100.05287.7688.2956.47
HexCA2EF21151051205838
Octal31256362211210544013070
Binary110010101011101111001010001101000101011001000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2ef2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2ef2; }

 p { color: rgb(202,46,242); }

 H1.HeaderClassName
 {
   color: #ca2ef2;
 }
 .AnyTagClassName
 {
   color: #ca2ef2;
 }
</style>
background-color css

<style>
 a { background-color: #ca2ef2; }

 a { background-color: rgb(202,46,242); }

 div.DivClassName
 {
   background-color: #ca2ef2;
 }
 .BgClassName
 {
   background-color: #ca2ef2;
 }
</style>
border-color css

<style>
 span { border-color: #ca2ef2; }

 span { border-color: rgb(202,46,242); }

 td.TdClassName
 {
   border-color: #ca2ef2;
 }
 .TagClassName
 {
   border-color: #ca2ef2;
 }
</style>