Html Css Color HEX #E90ACC Hot Magenta

📋 copy color: '#E90ACC'

red 233 ◦ green 10 ◦ blue 204

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

Shades of Hot Magenta #E90ACC

Tints of Hot Magenta #E90ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 52.13%
G = 2.24%
B = 45.64%

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

#E90ACC (or 0xE90ACC) is known color: Hot Magenta. HEX triplet: E9, 0A and CC. RGB value is (233,10,204). Sum of RGB (Red+Green+Blue) = 233+10+204=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ACC is #16F533. Grayscale: #626262. Windows color (decimal): -1504564 or 13372137. OLE color: 13372137.

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

Color convert

RGB 233 10 204 -
CMYK 0 0.96 0.12 0.09
HSL 307.8º 0.92% 0.48% -
HSV(B) 307.8º 0.96% 0.91% -
XYZ 44.61 21.9 59 -
YUV 98.79 187.38 223.73 -
System Red Green Blue C M Y K H S L
Decimal 233 10 204 0 0.96 0.12 0.09 307.8 0.92 0.48
Hex E9 A CC 0 60 C 9 134 5C 30
Octal 351 12 314 0 140 14 11 464 134 60
Binary 11101001 1010 11001100 0 1100000 1100 1001 100110100 1011100 110000

Color Harmonies of #E90ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90ACC

Black with #E90ACC

Text Example


Text Example

White with #E90ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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