Html Css Color HEX #E90EDC Hot Magenta

📋 copy color: '#E90EDC'

red 233 ◦ green 14 ◦ blue 220

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

Shades of Hot Magenta #E90EDC

Tints of Hot Magenta #E90EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3%

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

R = 49.89%
G = 3%
B = 47.11%

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

#E90EDC (or 0xE90EDC) is known color: 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

RGB 233 14 220 -
CMYK 0 0.94 0.06 0.09
HSL 303.56º 0.89% 0.48% -
HSV(B) 303.56º 0.94% 0.91% -
XYZ 46.68 22.81 69.65 -
YUV 102.97 194.05 220.75 -
System Red Green Blue C M Y K H S L
Decimal 233 14 220 0 0.94 0.06 0.09 303.56 0.89 0.48
Hex E9 E DC 0 5E 6 9 130 59 30
Octal 351 16 334 0 136 6 11 460 131 60
Binary 11101001 1110 11011100 0 1011110 110 1001 100110000 1011001 110000

Color Harmonies of #E90EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90EDC

Black with #E90EDC

Text Example


Text Example

White with #E90EDC

Text Example


Text Example

HTML Codes & Css Web 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>