Html Css Color HEX #CA19EE Electric Purple

📋 copy color: '#CA19EE'

red 202 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #CA19EE

Tints of Electric Purple #CA19EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.38%

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

R = 43.44%
G = 5.38%
B = 51.18%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA19EE (or 0xCA19EE) is known color: Electric Purple. HEX triplet: CA, 19 and EE. RGB value is (202,25,238). Sum of RGB (Red+Green+Blue) = 202+25+238=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19EE is #35E611. Grayscale: #656565. Windows color (decimal): -3532306 or 15604170. OLE color: 15604170.

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

Color convert

RGB 202 25 238 -
CMYK 0.15 0.89 0 0.07
HSL 289.86º 0.86% 0.52% -
HSV(B) 289.86º 0.89% 0.93% -
XYZ 40.14 19.42 82.52 -
YUV 102.21 204.64 199.18 -
System Red Green Blue C M Y K H S L
Decimal 202 25 238 0.15 0.89 0 0.07 289.86 0.86 0.52
Hex CA 19 EE F 59 0 7 122 56 34
Octal 312 31 356 17 131 0 7 442 126 64
Binary 11001010 11001 11101110 1111 1011001 0 111 100100010 1010110 110100

Color Harmonies of #CA19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19EE

Black with #CA19EE

Text Example


Text Example

White with #CA19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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