#E913DC

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

Shades of Hot Magenta #E913DC

Tints of Hot Magenta #E913DC

Color information

#E913DC (or 0xE913DC) is unknown color: approx Hot Magenta. HEX triplet: E9, 13 and DC. RGB value is (233,19,220). Sum of RGB (Red+Green+Blue) = 233+19+220=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E913DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E913DC is #16EC23. Grayscale: #696969. Windows color (decimal): -1502244 or 14423017. OLE color: 14423017.

HSL color Cylindrical-coordinate representation of color #E913DC: hue angle of 303.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E913DC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23319220-
CMYK00.920.060.09
HSL303.64º84.92%49.41%-
HSV(B)303.64º91.85%91.37%-
XYZ46.7622.9669.68-
YUV105.9192.4218.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.36%
GREEN value IS 19 (7.81% from 255) = 4.03%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=49.36%
G=4.03%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331922000.920.060.09303.6484.9249.41
HexE913DC05C691305531
Octal35123334013461146012561
Binary1110100110011110111000101110011010011001100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E913DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E913DC; }

 p { color: rgb(233,19,220); }

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

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

 a { background-color: rgb(233,19,220); }

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

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

 span { border-color: rgb(233,19,220); }

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