Html Css Color HEX #CA1EEF Electric Purple

📋 copy color: '#CA1EEF'

red 202 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #CA1EEF

Tints of Electric Purple #CA1EEF

RGB

 RED value IS 202 (79.3% 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 value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA1EEF (or 0xCA1EEF) is known color: 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

RGB 202 30 239 -
CMYK 0.15 0.87 0 0.06
HSL 289.38º 0.87% 0.53% -
HSV(B) 289.38º 0.87% 0.94% -
XYZ 40.4 19.72 83.34 -
YUV 105.25 203.48 197.01 -
System Red Green Blue C M Y K H S L
Decimal 202 30 239 0.15 0.87 0 0.06 289.38 0.87 0.53
Hex CA 1E EF F 57 0 6 121 57 35
Octal 312 36 357 17 127 0 6 441 127 65
Binary 11001010 11110 11101111 1111 1010111 0 110 100100001 1010111 110101

Color Harmonies of #CA1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EEF

Black with #CA1EEF

Text Example


Text Example

White with #CA1EEF

Text Example


Text Example

HTML Codes & Css Web 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>