#E200C6

Color #E200C6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E200C6

Tints of Deep Magenta #E200C6

Color information

#E200C6 (or 0xE200C6) is unknown color: approx Deep Magenta. HEX triplet: E2, 00 and C6. RGB value is (226,0,198). Sum of RGB (Red+Green+Blue) = 226+0+198=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E200C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200C6 is #1DFF39. Grayscale: #595959. Windows color (decimal): -1965882 or 12976354. OLE color: 12976354.

HSL color Cylindrical-coordinate representation of color #E200C6: hue angle of 307.43º 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 #E200C6 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB2260198-
CMYK010.120.11
HSL307.43º100%44.31%-
HSV(B)307.43º100%88.63%-
XYZ41.5620.2555.14-
YUV90.15188.87224.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 198 (77.73% from 255) = 46.70%
R=53.30%
G=0%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2260198010.120.11307.4310044.31
HexE20C6064CB133642c
Octal34203060144141346314454
Binary1110001001100011001100100110010111001100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E200C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E200C6; }

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

 H1.HeaderClassName
 {
   color: #E200C6;
 }
 .AnyTagClassName
 {
   color: #E200C6;
 }
</style>
background-color css

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

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

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

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

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

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