Html Css Color HEX #E90EDD Hot Magenta

📋 copy color: '#E90EDD'

red 233 ◦ green 14 ◦ blue 221

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

Shades of Hot Magenta #E90EDD

Tints of Hot Magenta #E90EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.99%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 49.79%
G = 2.99%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E90EDD (or 0xE90EDD) is known color: Hot Magenta. HEX triplet: E9, 0E and DD. RGB value is (233,14,221). Sum of RGB (Red+Green+Blue) = 233+14+221=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E90EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90EDD is #16F122. Grayscale: #666666. Windows color (decimal): -1503523 or 14487273. OLE color: 14487273.

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

Color convert

RGB 233 14 221 -
CMYK 0 0.94 0.05 0.09
HSL 303.29º 0.89% 0.48% -
HSV(B) 303.29º 0.94% 0.91% -
XYZ 46.81 22.86 70.35 -
YUV 103.08 194.55 220.67 -
System Red Green Blue C M Y K H S L
Decimal 233 14 221 0 0.94 0.05 0.09 303.29 0.89 0.48
Hex E9 E DD 0 5E 5 9 12F 59 30
Octal 351 16 335 0 136 5 11 457 131 60
Binary 11101001 1110 11011101 0 1011110 101 1001 100101111 1011001 110000

Color Harmonies of #E90EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90EDD

Black with #E90EDD

Text Example


Text Example

White with #E90EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90EDD; }

 p { color: rgb(233,14,221); }

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

background-color css

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

 a { background-color: rgb(233,14,221); }

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

border-color css

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

 span { border-color: rgb(233,14,221); }

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