Html Css Color HEX #E90ED6 Hot Magenta

📋 copy color: '#E90ED6'

red 233 ◦ green 14 ◦ blue 214

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

Shades of Hot Magenta #E90ED6

Tints of Hot Magenta #E90ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 50.54%
G = 3.04%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E90ED6 (or 0xE90ED6) is known color: Hot Magenta. HEX triplet: E9, 0E and D6. RGB value is (233,14,214). Sum of RGB (Red+Green+Blue) = 233+14+214=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ED6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ED6 is #16F129. Grayscale: #656565. Windows color (decimal): -1503530 or 14028521. OLE color: 14028521.

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

Color convert

RGB 233 14 214 -
CMYK 0 0.94 0.08 0.09
HSL 305.21º 0.89% 0.48% -
HSV(B) 305.21º 0.94% 0.91% -
XYZ 45.9 22.49 65.54 -
YUV 102.28 191.05 221.24 -
System Red Green Blue C M Y K H S L
Decimal 233 14 214 0 0.94 0.08 0.09 305.21 0.89 0.48
Hex E9 E D6 0 5E 8 9 131 59 30
Octal 351 16 326 0 136 10 11 461 131 60
Binary 11101001 1110 11010110 0 1011110 1000 1001 100110001 1011001 110000

Color Harmonies of #E90ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90ED6

Black with #E90ED6

Text Example


Text Example

White with #E90ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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