#E90EDC

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

Shades of Hot Magenta #E90EDC

Tints of Hot Magenta #E90EDC

Color information

#E90EDC (or 0xE90EDC) is unknown color: approx Hot Magenta. HEX triplet: E9, 0E and DC. RGB value is (233,14,220). Sum of RGB (Red+Green+Blue) = 233+14+220=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E90EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90EDC is #16F123. Grayscale: #666666. Windows color (decimal): -1503524 or 14421737. OLE color: 14421737.

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

Color convert

RGB23314220-
CMYK00.940.060.09
HSL303.56º88.66%48.43%-
HSV(B)303.56º93.99%91.37%-
XYZ46.6822.8169.65-
YUV102.96194.05220.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.89%
GREEN value IS 14 (5.86% from 255) = 3.00%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=49.89%
G=3.00%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331422000.940.060.09303.5688.6648.43
HexE9EDC05E691305930
Octal35116334013661146013160
Binary111010011110110111000101111011010011001100001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90EDC; }

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

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

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

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

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

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

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

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