Html Css Color HEX #CA0EEE Electric Purple

📋 copy color: '#CA0EEE'

red 202 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #CA0EEE

Tints of Electric Purple #CA0EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 44.49%
G = 3.08%
B = 52.42%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA0EEE (or 0xCA0EEE) is known color: Electric Purple. HEX triplet: CA, 0E and EE. RGB value is (202,14,238). Sum of RGB (Red+Green+Blue) = 202+14+238=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0EEE is #35F111. Grayscale: #5F5F5F. Windows color (decimal): -3535122 or 15601354. OLE color: 15601354.

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

Color convert

RGB 202 14 238 -
CMYK 0.15 0.94 0 0.07
HSL 290.36º 0.89% 0.49% -
HSV(B) 290.36º 0.94% 0.93% -
XYZ 39.95 19.04 82.46 -
YUV 95.75 208.28 203.79 -
System Red Green Blue C M Y K H S L
Decimal 202 14 238 0.15 0.94 0 0.07 290.36 0.89 0.49
Hex CA E EE F 5E 0 7 122 59 31
Octal 312 16 356 17 136 0 7 442 131 61
Binary 11001010 1110 11101110 1111 1011110 0 111 100100010 1011001 110001

Color Harmonies of #CA0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0EEE

Black with #CA0EEE

Text Example


Text Example

White with #CA0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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