Html Css Color HEX #C000EA Electric Purple

📋 copy color: '#C000EA'

red 192 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #C000EA

Tints of Electric Purple #C000EA

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 45.07%
G = 0%
B = 54.93%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C000EA (or 0xC000EA) is known color: Electric Purple. HEX triplet: C0, 00 and EA. RGB value is (192,0,234). Sum of RGB (Red+Green+Blue) = 192+0+234=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #C000EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000EA is #3FFF15. Grayscale: #535353. Windows color (decimal): -4194070 or 15335616. OLE color: 15335616.

HSL color Cylindrical-coordinate representation of color #C000EA: hue angle of 289.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000EA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 0 234 -
CMYK 0.18 1 0 0.08
HSL 289.23º 1% 0.46% -
HSV(B) 289.23º 1% 0.92% -
XYZ 36.59 17.15 79.22 -
YUV 84.08 212.61 204.97 -
System Red Green Blue C M Y K H S L
Decimal 192 0 234 0.18 1 0 0.08 289.23 1 0.46
Hex C0 0 EA 12 64 0 8 121 64 2E
Octal 300 0 352 22 144 0 10 441 144 56
Binary 11000000 0 11101010 10010 1100100 0 1000 100100001 1100100 101110

Color Harmonies of #C000EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000EA

Black with #C000EA

Text Example


Text Example

White with #C000EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000EA; }

 p { color: rgb(192,0,234); }

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

background-color css

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

 a { background-color: rgb(192,0,234); }

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

border-color css

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

 span { border-color: rgb(192,0,234); }

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