#E61AE0

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

Shades of Deep Magenta #E61AE0

Tints of Deep Magenta #E61AE0

Color information

#E61AE0 (or 0xE61AE0) is unknown color: approx Deep Magenta. HEX triplet: E6, 1A and E0. RGB value is (230,26,224). Sum of RGB (Red+Green+Blue) = 230+26+224=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AE0 is #19E51F. Grayscale: #6C6C6C. Windows color (decimal): -1697056 or 14686950. OLE color: 14686950.

HSL color Cylindrical-coordinate representation of color #E61AE0: hue angle of 301.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61AE0 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB23026224-
CMYK00.890.030.10
HSL301.76º80.31%50.2%-
HSV(B)301.76º88.7%90.2%-
XYZ46.4622.9472.5-
YUV109.57192.59213.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.92%
GREEN value IS 26 (10.55% from 255) = 5.42%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=47.92%
G=5.42%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302622400.890.030.10301.7680.3150.2
HexE61AE00593A12e5032
Octal34632340013131245612062
Binary111001101101011100000010110011110101001011101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61AE0; }

 p { color: rgb(230,26,224); }

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

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

 a { background-color: rgb(230,26,224); }

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

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

 span { border-color: rgb(230,26,224); }

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