Html Css Color HEX #E90ED2 Hot Magenta

📋 copy color: '#E90ED2'

red 233 ◦ green 14 ◦ blue 210

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

Shades of Hot Magenta #E90ED2

Tints of Hot Magenta #E90ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.95%

R = 50.98%
G = 3.06%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E90ED2 (or 0xE90ED2) is known color: Hot Magenta. HEX triplet: E9, 0E and D2. RGB value is (233,14,210). Sum of RGB (Red+Green+Blue) = 233+14+210=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ED2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ED2 is #16F12D. Grayscale: #656565. Windows color (decimal): -1503534 or 13766377. OLE color: 13766377.

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

Color convert

RGB 233 14 210 -
CMYK 0 0.94 0.10 0.09
HSL 306.3º 0.89% 0.48% -
HSV(B) 306.3º 0.94% 0.91% -
XYZ 45.39 22.29 62.88 -
YUV 101.83 189.05 221.56 -
System Red Green Blue C M Y K H S L
Decimal 233 14 210 0 0.94 0.10 0.09 306.3 0.89 0.48
Hex E9 E D2 0 5E A 9 132 59 30
Octal 351 16 322 0 136 12 11 462 131 60
Binary 11101001 1110 11010010 0 1011110 1010 1001 100110010 1011001 110000

Color Harmonies of #E90ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90ED2

Black with #E90ED2

Text Example


Text Example

White with #E90ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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