#E507CC

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

Shades of Deep Magenta #E507CC

Tints of Deep Magenta #E507CC

Color information

#E507CC (or 0xE507CC) is unknown color: approx Deep Magenta. HEX triplet: E5, 07 and CC. RGB value is (229,7,204). Sum of RGB (Red+Green+Blue) = 229+7+204=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E507CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507CC is #1AF833. Grayscale: #5F5F5F. Windows color (decimal): -1767476 or 13371365. OLE color: 13371365.

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

Color convert

RGB2297204-
CMYK00.970.110.10
HSL306.76º94.07%46.27%-
HSV(B)306.76º96.94%89.8%-
XYZ43.2921.1758.93-
YUV95.84189.05222.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.05%
GREEN value IS 7 (3.12% from 255) = 1.59%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=52.05%
G=1.59%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229720400.970.110.10306.7694.0746.27
HexE57CC061BA1335e2e
Octal34573140141131246313656
Binary111001011111100110001100001101110101001100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E507CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E507CC; }

 p { color: rgb(229,7,204); }

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

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

 a { background-color: rgb(229,7,204); }

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

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

 span { border-color: rgb(229,7,204); }

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