Html Css Color HEX #E104BD Deep Magenta

📋 copy color: '#E104BD'

red 225 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #E104BD

Tints of Deep Magenta #E104BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 53.83%
G = 0.96%
B = 45.22%

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

#E104BD (or 0xE104BD) is known color: Deep Magenta. HEX triplet: E1, 04 and BD. RGB value is (225,4,189). Sum of RGB (Red+Green+Blue) = 225+4+189=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E104BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104BD is #1EFB42. Grayscale: #5A5A5A. Windows color (decimal): -2030403 or 12387553. OLE color: 12387553.

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

Color convert

RGB 225 4 189 -
CMYK 0 0.98 0.16 0.12
HSL 309.77º 0.97% 0.45% -
HSV(B) 309.77º 0.98% 0.88% -
XYZ 40.28 19.77 49.84 -
YUV 91.17 183.22 223.46 -
System Red Green Blue C M Y K H S L
Decimal 225 4 189 0 0.98 0.16 0.12 309.77 0.97 0.45
Hex E1 4 BD 0 62 10 C 136 61 2D
Octal 341 4 275 0 142 20 14 466 141 55
Binary 11100001 100 10111101 0 1100010 10000 1100 100110110 1100001 101101

Color Harmonies of #E104BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104BD

Black with #E104BD

Text Example


Text Example

White with #E104BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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