#CA1EEF

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

Shades of Electric Purple #CA1EEF

Tints of Electric Purple #CA1EEF

Color information

#CA1EEF (or 0xCA1EEF) is unknown color: approx Electric Purple. HEX triplet: CA, 1E and EF. RGB value is (202,30,239). Sum of RGB (Red+Green+Blue) = 202+30+239=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EEF is #35E110. Grayscale: #686868. Windows color (decimal): -3531025 or 15670986. OLE color: 15670986.

HSL color Cylindrical-coordinate representation of color #CA1EEF: hue angle of 289.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1EEF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20230239-
CMYK0.150.8700.06
HSL289.38º86.72%52.75%-
HSV(B)289.38º87.45%93.73%-
XYZ40.419.7283.34-
YUV105.25203.48197.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 30 (12.11% from 255) = 6.37%
BLUE value IS 239 (93.75% from 255) = 50.74%
R=42.89%
G=6.37%
B=50.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202302390.150.8700.06289.3886.7252.75
HexCA1EEFF57061215735
Octal31236357171270644112765
Binary1100101011110111011111111101011101101001000011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1EEF; }

 p { color: rgb(202,30,239); }

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

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

 a { background-color: rgb(202,30,239); }

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

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

 span { border-color: rgb(202,30,239); }

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