Html Css Color HEX #E90ACE Hot Magenta

📋 copy color: '#E90ACE'

red 233 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #E90ACE

Tints of Hot Magenta #E90ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 51.89%
G = 2.23%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E90ACE (or 0xE90ACE) is known color: Hot Magenta. HEX triplet: E9, 0A and CE. RGB value is (233,10,206). Sum of RGB (Red+Green+Blue) = 233+10+206=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ACE is #16F531. Grayscale: #626262. Windows color (decimal): -1504562 or 13503209. OLE color: 13503209.

HSL color Cylindrical-coordinate representation of color #E90ACE: hue angle of 307.26º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90ACE is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 10 206 -
CMYK 0 0.96 0.12 0.09
HSL 307.26º 0.92% 0.48% -
HSV(B) 307.26º 0.96% 0.91% -
XYZ 44.85 22 60.27 -
YUV 99.02 188.38 223.56 -
System Red Green Blue C M Y K H S L
Decimal 233 10 206 0 0.96 0.12 0.09 307.26 0.92 0.48
Hex E9 A CE 0 60 C 9 133 5C 30
Octal 351 12 316 0 140 14 11 463 134 60
Binary 11101001 1010 11001110 0 1100000 1100 1001 100110011 1011100 110000

Color Harmonies of #E90ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90ACE

Black with #E90ACE

Text Example


Text Example

White with #E90ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90ACE; }

 p { color: rgb(233,10,206); }

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

background-color css

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

 a { background-color: rgb(233,10,206); }

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

border-color css

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

 span { border-color: rgb(233,10,206); }

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