Html Css Color HEX #E90DDC Hot Magenta

📋 copy color: '#E90DDC'

red 233 ◦ green 13 ◦ blue 220

#E90DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #E90DDC

Tints of Hot Magenta #E90DDC

RGB

 RED value IS 233 (91.41% from 255) = 50%

 GREEN value IS 13 (5.47% from 255) = 2.79%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 50%
G = 2.79%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E90DDC (or 0xE90DDC) is known color: Hot Magenta. HEX triplet: E9, 0D and DC. RGB value is (233,13,220). Sum of RGB (Red+Green+Blue) = 233+13+220=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DDC is #16F223. Grayscale: #656565. Windows color (decimal): -1503780 or 14421481. OLE color: 14421481.

HSL color Cylindrical-coordinate representation of color #E90DDC: hue angle of 303.55º 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 #E90DDC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 13 220 -
CMYK 0 0.94 0.06 0.09
HSL 303.55º 0.89% 0.48% -
HSV(B) 303.55º 0.94% 0.91% -
XYZ 46.67 22.78 69.65 -
YUV 102.38 194.39 221.17 -
System Red Green Blue C M Y K H S L
Decimal 233 13 220 0 0.94 0.06 0.09 303.55 0.89 0.48
Hex E9 D DC 0 5E 6 9 130 59 30
Octal 351 15 334 0 136 6 11 460 131 60
Binary 11101001 1101 11011100 0 1011110 110 1001 100110000 1011001 110000

Color Harmonies of #E90DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DDC

Black with #E90DDC

Text Example


Text Example

White with #E90DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DDC; }

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

 H1.HeaderClassName
 {
   color: #E90DDC;
 }
 .AnyTagClassName
 {
   color: #E90DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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