Html Css Color HEX #E105BE Deep Magenta

📋 copy color: '#E105BE'

red 225 ◦ green 5 ◦ blue 190

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

Shades of Deep Magenta #E105BE

Tints of Deep Magenta #E105BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

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

R = 53.57%
G = 1.19%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E105BE (or 0xE105BE) is known color: Deep Magenta. HEX triplet: E1, 05 and BE. RGB value is (225,5,190). Sum of RGB (Red+Green+Blue) = 225+5+190=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E105BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105BE is #1EFA41. Grayscale: #5B5B5B. Windows color (decimal): -2030146 or 12453345. OLE color: 12453345.

HSL color Cylindrical-coordinate representation of color #E105BE: hue angle of 309.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105BE is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 190 -
CMYK 0 0.98 0.16 0.12
HSL 309.55º 0.96% 0.45% -
HSV(B) 309.55º 0.98% 0.88% -
XYZ 40.4 19.83 50.41 -
YUV 91.87 183.39 222.96 -
System Red Green Blue C M Y K H S L
Decimal 225 5 190 0 0.98 0.16 0.12 309.55 0.96 0.45
Hex E1 5 BE 0 62 10 C 136 60 2D
Octal 341 5 276 0 142 20 14 466 140 55
Binary 11100001 101 10111110 0 1100010 10000 1100 100110110 1100000 101101

Color Harmonies of #E105BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E105BE

Black with #E105BE

Text Example


Text Example

White with #E105BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E105BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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