#E200C4

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

Shades of Deep Magenta #E200C4

Tints of Deep Magenta #E200C4

Color information

#E200C4 (or 0xE200C4) is unknown color: approx Deep Magenta. HEX triplet: E2, 00 and C4. RGB value is (226,0,196). Sum of RGB (Red+Green+Blue) = 226+0+196=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E200C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200C4 is #1DFF3B. Grayscale: #595959. Windows color (decimal): -1965884 or 12845282. OLE color: 12845282.

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

Color convert

RGB2260196-
CMYK010.130.11
HSL307.96º100%44.31%-
HSV(B)307.96º100%88.63%-
XYZ41.3320.1553.94-
YUV89.92187.87225.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 196 (76.95% from 255) = 46.45%
R=53.55%
G=0%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2260196010.130.11307.9610044.31
HexE20C4064DB134642c
Octal34203040144151346414454
Binary1110001001100010001100100110110111001101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E200C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E200C4; }

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

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

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

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

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

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

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

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