Html Css Color HEX #E104C0 Deep Magenta

📋 copy color: '#E104C0'

red 225 ◦ green 4 ◦ blue 192

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

Shades of Deep Magenta #E104C0

Tints of Deep Magenta #E104C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 53.44%
G = 0.95%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E104C0 (or 0xE104C0) is known color: Deep Magenta. HEX triplet: E1, 04 and C0. RGB value is (225,4,192). Sum of RGB (Red+Green+Blue) = 225+4+192=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E104C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104C0 is #1EFB3F. Grayscale: #5A5A5A. Windows color (decimal): -2030400 or 12584161. OLE color: 12584161.

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

Color convert

RGB 225 4 192 -
CMYK 0 0.98 0.15 0.12
HSL 308.96º 0.97% 0.45% -
HSV(B) 308.96º 0.98% 0.88% -
XYZ 40.61 19.9 51.57 -
YUV 91.51 184.72 223.21 -
System Red Green Blue C M Y K H S L
Decimal 225 4 192 0 0.98 0.15 0.12 308.96 0.97 0.45
Hex E1 4 C0 0 62 F C 135 61 2D
Octal 341 4 300 0 142 17 14 465 141 55
Binary 11100001 100 11000000 0 1100010 1111 1100 100110101 1100001 101101

Color Harmonies of #E104C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104C0

Black with #E104C0

Text Example


Text Example

White with #E104C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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