#E90CDC

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

Shades of Hot Magenta #E90CDC

Tints of Hot Magenta #E90CDC

Color information

#E90CDC (or 0xE90CDC) is unknown color: approx Hot Magenta. HEX triplet: E9, 0C and DC. RGB value is (233,12,220). Sum of RGB (Red+Green+Blue) = 233+12+220=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CDC is #16F323. Grayscale: #656565. Windows color (decimal): -1504036 or 14421225. OLE color: 14421225.

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

Color convert

RGB23312220-
CMYK00.950.060.09
HSL303.53º90.2%48.04%-
HSV(B)303.53º94.85%91.37%-
XYZ46.6522.7569.64-
YUV101.79194.72221.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.11%
GREEN value IS 12 (5.08% from 255) = 2.58%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=50.11%
G=2.58%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331222000.950.060.09303.5390.248.04
HexE9CDC05F691305a30
Octal35114334013761146013260
Binary111010011100110111000101111111010011001100001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90CDC; }

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

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

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

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

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

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

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

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