Html Css Color HEX #E90AD7 Hot Magenta

📋 copy color: '#E90AD7'

red 233 ◦ green 10 ◦ blue 215

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

Shades of Hot Magenta #E90AD7

Tints of Hot Magenta #E90AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 50.87%
G = 2.18%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E90AD7 (or 0xE90AD7) is known color: Hot Magenta. HEX triplet: E9, 0A and D7. RGB value is (233,10,215). Sum of RGB (Red+Green+Blue) = 233+10+215=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AD7 is #16F528. Grayscale: #636363. Windows color (decimal): -1504553 or 14093033. OLE color: 14093033.

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

Color convert

RGB 233 10 215 -
CMYK 0 0.96 0.08 0.09
HSL 304.84º 0.92% 0.48% -
HSV(B) 304.84º 0.96% 0.91% -
XYZ 45.98 22.45 66.2 -
YUV 100.05 192.88 222.83 -
System Red Green Blue C M Y K H S L
Decimal 233 10 215 0 0.96 0.08 0.09 304.84 0.92 0.48
Hex E9 A D7 0 60 8 9 131 5C 30
Octal 351 12 327 0 140 10 11 461 134 60
Binary 11101001 1010 11010111 0 1100000 1000 1001 100110001 1011100 110000

Color Harmonies of #E90AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90AD7

Black with #E90AD7

Text Example


Text Example

White with #E90AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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