Html Css Color HEX #E90BD2 Hot Magenta

📋 copy color: '#E90BD2'

red 233 ◦ green 11 ◦ blue 210

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

Shades of Hot Magenta #E90BD2

Tints of Hot Magenta #E90BD2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 51.32%
G = 2.42%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E90BD2 (or 0xE90BD2) is known color: Hot Magenta. HEX triplet: E9, 0B and D2. RGB value is (233,11,210). Sum of RGB (Red+Green+Blue) = 233+11+210=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BD2 is #16F42D. Grayscale: #636363. Windows color (decimal): -1504302 or 13765609. OLE color: 13765609.

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

Color convert

RGB 233 11 210 -
CMYK 0 0.95 0.10 0.09
HSL 306.22º 0.91% 0.48% -
HSV(B) 306.22º 0.95% 0.91% -
XYZ 45.36 22.22 62.87 -
YUV 100.06 190.05 222.82 -
System Red Green Blue C M Y K H S L
Decimal 233 11 210 0 0.95 0.10 0.09 306.22 0.91 0.48
Hex E9 B D2 0 5F A 9 132 5B 30
Octal 351 13 322 0 137 12 11 462 133 60
Binary 11101001 1011 11010010 0 1011111 1010 1001 100110010 1011011 110000

Color Harmonies of #E90BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90BD2

Black with #E90BD2

Text Example


Text Example

White with #E90BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90BD2; }

 p { color: rgb(233,11,210); }

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

background-color css

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

 a { background-color: rgb(233,11,210); }

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

border-color css

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

 span { border-color: rgb(233,11,210); }

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