Html Css Color HEX #E90DD4 Hot Magenta

📋 copy color: '#E90DD4'

red 233 ◦ green 13 ◦ blue 212

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

Shades of Hot Magenta #E90DD4

Tints of Hot Magenta #E90DD4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.84%

 BLUE value IS 212 (83.2% from 255) = 46.29%

R = 50.87%
G = 2.84%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E90DD4 (or 0xE90DD4) is known color: Hot Magenta. HEX triplet: E9, 0D and D4. RGB value is (233,13,212). Sum of RGB (Red+Green+Blue) = 233+13+212=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DD4 is #16F22B. Grayscale: #646464. Windows color (decimal): -1503788 or 13897193. OLE color: 13897193.

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

Color convert

RGB 233 13 212 -
CMYK 0 0.94 0.09 0.09
HSL 305.73º 0.89% 0.48% -
HSV(B) 305.73º 0.94% 0.91% -
XYZ 45.63 22.36 64.2 -
YUV 101.47 190.39 221.82 -
System Red Green Blue C M Y K H S L
Decimal 233 13 212 0 0.94 0.09 0.09 305.73 0.89 0.48
Hex E9 D D4 0 5E 9 9 132 59 30
Octal 351 15 324 0 136 11 11 462 131 60
Binary 11101001 1101 11010100 0 1011110 1001 1001 100110010 1011001 110000

Color Harmonies of #E90DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DD4

Black with #E90DD4

Text Example


Text Example

White with #E90DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DD4; }

 p { color: rgb(233,13,212); }

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

background-color css

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

 a { background-color: rgb(233,13,212); }

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

border-color css

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

 span { border-color: rgb(233,13,212); }

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