Html Css Color HEX #CA0EEB Electric Purple

📋 copy color: '#CA0EEB'

red 202 ◦ green 14 ◦ blue 235

#CA0EEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA0EEB

Tints of Electric Purple #CA0EEB

RGB

 RED value IS 202 (79.3% from 255) = 44.79%

 GREEN value IS 14 (5.86% from 255) = 3.1%

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 44.79%
G = 3.1%
B = 52.11%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA0EEB (or 0xCA0EEB) is known color: Electric Purple. HEX triplet: CA, 0E and EB. RGB value is (202,14,235). Sum of RGB (Red+Green+Blue) = 202+14+235=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0EEB is #35F114. Grayscale: #5E5E5E. Windows color (decimal): -3535125 or 15404746. OLE color: 15404746.

HSL color Cylindrical-coordinate representation of color #CA0EEB: hue angle of 291.04º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0EEB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 14 235 -
CMYK 0.14 0.94 0 0.08
HSL 291.04º 0.89% 0.49% -
HSV(B) 291.04º 0.94% 0.92% -
XYZ 39.51 18.87 80.16 -
YUV 95.41 206.78 204.03 -
System Red Green Blue C M Y K H S L
Decimal 202 14 235 0.14 0.94 0 0.08 291.04 0.89 0.49
Hex CA E EB E 5E 0 8 123 59 31
Octal 312 16 353 16 136 0 10 443 131 61
Binary 11001010 1110 11101011 1110 1011110 0 1000 100100011 1011001 110001

Color Harmonies of #CA0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0EEB

Black with #CA0EEB

Text Example


Text Example

White with #CA0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0EEB; }

 p { color: rgb(202,14,235); }

 H1.HeaderClassName
 {
   color: #CA0EEB;
 }
 .AnyTagClassName
 {
   color: #CA0EEB;
 }
</style>

background-color css

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

 a { background-color: rgb(202,14,235); }

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

border-color css

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

 span { border-color: rgb(202,14,235); }

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