#E610DD

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

Shades of Deep Magenta #E610DD

Tints of Deep Magenta #E610DD

Color information

#E610DD (or 0xE610DD) is unknown color: approx Deep Magenta. HEX triplet: E6, 10 and DD. RGB value is (230,16,221). Sum of RGB (Red+Green+Blue) = 230+16+221=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E610DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610DD is #19EF22. Grayscale: #666666. Windows color (decimal): -1699619 or 14487782. OLE color: 14487782.

HSL color Cylindrical-coordinate representation of color #E610DD: hue angle of 302.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610DD is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB23016221-
CMYK00.930.040.10
HSL302.52º86.99%48.24%-
HSV(B)302.52º93.04%90.2%-
XYZ45.8722.4170.32-
YUV103.36194.4218.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.25%
GREEN value IS 16 (6.64% from 255) = 3.43%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=49.25%
G=3.43%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301622100.930.040.10302.5286.9948.24
HexE610DD05D4A12f5730
Octal34620335013541245712760
Binary1110011010000110111010101110110010101001011111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E610DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E610DD; }

 p { color: rgb(230,16,221); }

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

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

 a { background-color: rgb(230,16,221); }

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

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

 span { border-color: rgb(230,16,221); }

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