#E207CA

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

Shades of Deep Magenta #E207CA

Tints of Deep Magenta #E207CA

Color information

#E207CA (or 0xE207CA) is unknown color: approx Deep Magenta. HEX triplet: E2, 07 and CA. RGB value is (226,7,202). Sum of RGB (Red+Green+Blue) = 226+7+202=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E207CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207CA is #1DF835. Grayscale: #5E5E5E. Windows color (decimal): -1964086 or 13240290. OLE color: 13240290.

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

Color convert

RGB2267202-
CMYK00.970.110.11
HSL306.58º93.99%45.69%-
HSV(B)306.58º96.9%88.63%-
XYZ42.120.5857.63-
YUV94.71188.55221.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.95%
GREEN value IS 7 (3.12% from 255) = 1.61%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=51.95%
G=1.61%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226720200.970.110.11306.5893.9945.69
HexE27CA061BB1335e2e
Octal34273120141131346313656
Binary111000101111100101001100001101110111001100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E207CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E207CA; }

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

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

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

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

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

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

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

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