Html Css Color HEX #E90ACD Hot Magenta

📋 copy color: '#E90ACD'

red 233 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #E90ACD

Tints of Hot Magenta #E90ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 52.01%
G = 2.23%
B = 45.76%

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

#E90ACD (or 0xE90ACD) is known color: Hot Magenta. HEX triplet: E9, 0A and CD. RGB value is (233,10,205). Sum of RGB (Red+Green+Blue) = 233+10+205=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ACD is #16F532. Grayscale: #626262. Windows color (decimal): -1504563 or 13437673. OLE color: 13437673.

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

Color convert

RGB 233 10 205 -
CMYK 0 0.96 0.12 0.09
HSL 307.53º 0.92% 0.48% -
HSV(B) 307.53º 0.96% 0.91% -
XYZ 44.73 21.95 59.64 -
YUV 98.91 187.88 223.64 -
System Red Green Blue C M Y K H S L
Decimal 233 10 205 0 0.96 0.12 0.09 307.53 0.92 0.48
Hex E9 A CD 0 60 C 9 134 5C 30
Octal 351 12 315 0 140 14 11 464 134 60
Binary 11101001 1010 11001101 0 1100000 1100 1001 100110100 1011100 110000

Color Harmonies of #E90ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90ACD

Black with #E90ACD

Text Example


Text Example

White with #E90ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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