Html Css Color HEX #E200C0 Deep Magenta

📋 copy color: '#E200C0'

red 226 ◦ green 0 ◦ blue 192

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

Shades of Deep Magenta #E200C0

Tints of Deep Magenta #E200C0

RGB

 RED value IS 226 (88.67% from 255) = 54.07%

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 54.07%
G = 0%
B = 45.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E200C0 (or 0xE200C0) is known color: Deep Magenta. HEX triplet: E2, 00 and C0. RGB value is (226,0,192). Sum of RGB (Red+Green+Blue) = 226+0+192=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E200C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200C0 is #1DFF3F. Grayscale: #585858. Windows color (decimal): -1965888 or 12583138. OLE color: 12583138.

HSL color Cylindrical-coordinate representation of color #E200C0: hue angle of 309.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200C0 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 192 -
CMYK 0 1 0.15 0.11
HSL 309.03º 1% 0.44% -
HSV(B) 309.03º 1% 0.89% -
XYZ 40.88 19.97 51.57 -
YUV 89.46 185.87 225.39 -
System Red Green Blue C M Y K H S L
Decimal 226 0 192 0 1 0.15 0.11 309.03 1 0.44
Hex E2 0 C0 0 64 F B 135 64 2C
Octal 342 0 300 0 144 17 13 465 144 54
Binary 11100010 0 11000000 0 1100100 1111 1011 100110101 1100100 101100

Color Harmonies of #E200C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200C0

Black with #E200C0

Text Example


Text Example

White with #E200C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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