#E207C7

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

Shades of Deep Magenta #E207C7

Tints of Deep Magenta #E207C7

Color information

#E207C7 (or 0xE207C7) is unknown color: approx Deep Magenta. HEX triplet: E2, 07 and C7. RGB value is (226,7,199). Sum of RGB (Red+Green+Blue) = 226+7+199=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E207C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207C7 is #1DF838. Grayscale: #5D5D5D. Windows color (decimal): -1964089 or 13043682. OLE color: 13043682.

HSL color Cylindrical-coordinate representation of color #E207C7: hue angle of 307.4º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207C7 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB2267199-
CMYK00.970.120.11
HSL307.4º93.99%45.69%-
HSV(B)307.4º96.9%88.63%-
XYZ41.7520.4455.78-
YUV94.37187.05221.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.31%
GREEN value IS 7 (3.12% from 255) = 1.62%
BLUE value IS 199 (78.12% from 255) = 46.06%
R=52.31%
G=1.62%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226719900.970.120.11307.493.9945.69
HexE27C7061CB1335e2e
Octal34273070141141346313656
Binary111000101111100011101100001110010111001100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E207C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E207C7; }

 p { color: rgb(226,7,199); }

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

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

 a { background-color: rgb(226,7,199); }

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

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

 span { border-color: rgb(226,7,199); }

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