Html Css Color HEX #E90FE0 Hot Magenta

📋 copy color: '#E90FE0'

red 233 ◦ green 15 ◦ blue 224

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

Shades of Hot Magenta #E90FE0

Tints of Hot Magenta #E90FE0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 49.36%
G = 3.18%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E90FE0 (or 0xE90FE0) is known color: Hot Magenta. HEX triplet: E9, 0F and E0. RGB value is (233,15,224). Sum of RGB (Red+Green+Blue) = 233+15+224=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FE0 is #16F01F. Grayscale: #676767. Windows color (decimal): -1503264 or 14684137. OLE color: 14684137.

HSL color Cylindrical-coordinate representation of color #E90FE0: hue angle of 302.48º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 15 224 -
CMYK 0 0.94 0.04 0.09
HSL 302.48º 0.88% 0.49% -
HSV(B) 302.48º 0.94% 0.91% -
XYZ 47.23 23.05 72.48 -
YUV 104.01 195.72 220.01 -
System Red Green Blue C M Y K H S L
Decimal 233 15 224 0 0.94 0.04 0.09 302.48 0.88 0.49
Hex E9 F E0 0 5E 4 9 12E 58 31
Octal 351 17 340 0 136 4 11 456 130 61
Binary 11101001 1111 11100000 0 1011110 100 1001 100101110 1011000 110001

Color Harmonies of #E90FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90FE0

Black with #E90FE0

Text Example


Text Example

White with #E90FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90FE0; }

 p { color: rgb(233,15,224); }

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

background-color css

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

 a { background-color: rgb(233,15,224); }

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

border-color css

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

 span { border-color: rgb(233,15,224); }

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