Html Css Color HEX #E100BA Deep Magenta

📋 copy color: '#E100BA'

red 225 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #E100BA

Tints of Deep Magenta #E100BA

RGB

 RED value IS 225 (88.28% from 255) = 54.74%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 54.74%
G = 0%
B = 45.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E100BA (or 0xE100BA) is known color: Deep Magenta. HEX triplet: E1, 00 and BA. RGB value is (225,0,186). Sum of RGB (Red+Green+Blue) = 225+0+186=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E100BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100BA is #1EFF45. Grayscale: #575757. Windows color (decimal): -2031430 or 12189921. OLE color: 12189921.

HSL color Cylindrical-coordinate representation of color #E100BA: hue angle of 310.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100BA is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 186 -
CMYK 0 1 0.17 0.12
HSL 310.4º 1% 0.44% -
HSV(B) 310.4º 1% 0.88% -
XYZ 39.91 19.55 48.12 -
YUV 88.48 183.04 225.38 -
System Red Green Blue C M Y K H S L
Decimal 225 0 186 0 1 0.17 0.12 310.4 1 0.44
Hex E1 0 BA 0 64 11 C 136 64 2C
Octal 341 0 272 0 144 21 14 466 144 54
Binary 11100001 0 10111010 0 1100100 10001 1100 100110110 1100100 101100

Color Harmonies of #E100BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100BA

Black with #E100BA

Text Example


Text Example

White with #E100BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100BA; }

 p { color: rgb(225,0,186); }

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

background-color css

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

 a { background-color: rgb(225,0,186); }

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

border-color css

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

 span { border-color: rgb(225,0,186); }

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