Html Css Color HEX #E104BE Deep Magenta

📋 copy color: '#E104BE'

red 225 ◦ green 4 ◦ blue 190

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

Shades of Deep Magenta #E104BE

Tints of Deep Magenta #E104BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 53.7%
G = 0.95%
B = 45.35%

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

#E104BE (or 0xE104BE) is known color: Deep Magenta. HEX triplet: E1, 04 and BE. RGB value is (225,4,190). Sum of RGB (Red+Green+Blue) = 225+4+190=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E104BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104BE is #1EFB41. Grayscale: #5A5A5A. Windows color (decimal): -2030402 or 12453089. OLE color: 12453089.

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

Color convert

RGB 225 4 190 -
CMYK 0 0.98 0.16 0.12
HSL 309.5º 0.97% 0.45% -
HSV(B) 309.5º 0.98% 0.88% -
XYZ 40.39 19.81 50.41 -
YUV 91.28 183.72 223.38 -
System Red Green Blue C M Y K H S L
Decimal 225 4 190 0 0.98 0.16 0.12 309.5 0.97 0.45
Hex E1 4 BE 0 62 10 C 136 61 2D
Octal 341 4 276 0 142 20 14 466 141 55
Binary 11100001 100 10111110 0 1100010 10000 1100 100110110 1100001 101101

Color Harmonies of #E104BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104BE

Black with #E104BE

Text Example


Text Example

White with #E104BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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