Html Css Color HEX #CA1EEB Electric Purple

📋 copy color: '#CA1EEB'

red 202 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #CA1EEB

Tints of Electric Purple #CA1EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.42%

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

R = 43.25%
G = 6.42%
B = 50.32%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA1EEB (or 0xCA1EEB) is known color: Electric Purple. HEX triplet: CA, 1E and EB. RGB value is (202,30,235). Sum of RGB (Red+Green+Blue) = 202+30+235=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EEB is #35E114. Grayscale: #686868. Windows color (decimal): -3531029 or 15408842. OLE color: 15408842.

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

Color convert

RGB 202 30 235 -
CMYK 0.14 0.87 0 0.08
HSL 290.34º 0.84% 0.52% -
HSV(B) 290.34º 0.87% 0.92% -
XYZ 39.82 19.48 80.26 -
YUV 104.8 201.48 197.33 -
System Red Green Blue C M Y K H S L
Decimal 202 30 235 0.14 0.87 0 0.08 290.34 0.84 0.52
Hex CA 1E EB E 57 0 8 122 54 34
Octal 312 36 353 16 127 0 10 442 124 64
Binary 11001010 11110 11101011 1110 1010111 0 1000 100100010 1010100 110100

Color Harmonies of #CA1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EEB

Black with #CA1EEB

Text Example


Text Example

White with #CA1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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