Html Css Color HEX #E100BE Deep Magenta

📋 copy color: '#E100BE'

red 225 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #E100BE

Tints of Deep Magenta #E100BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 54.22%
G = 0%
B = 45.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E100BE (or 0xE100BE) is known color: Deep Magenta. HEX triplet: E1, 00 and BE. RGB value is (225,0,190). Sum of RGB (Red+Green+Blue) = 225+0+190=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E100BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100BE is #1EFF41. Grayscale: #585858. Windows color (decimal): -2031426 or 12452065. OLE color: 12452065.

HSL color Cylindrical-coordinate representation of color #E100BE: hue angle of 309.33º 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 #E100BE is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 190 -
CMYK 0 1 0.16 0.12
HSL 309.33º 1% 0.44% -
HSV(B) 309.33º 1% 0.88% -
XYZ 40.35 19.73 50.4 -
YUV 88.94 185.04 225.05 -
System Red Green Blue C M Y K H S L
Decimal 225 0 190 0 1 0.16 0.12 309.33 1 0.44
Hex E1 0 BE 0 64 10 C 135 64 2C
Octal 341 0 276 0 144 20 14 465 144 54
Binary 11100001 0 10111110 0 1100100 10000 1100 100110101 1100100 101100

Color Harmonies of #E100BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100BE

Black with #E100BE

Text Example


Text Example

White with #E100BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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