Html Css Color HEX #E104E1 Deep Magenta

📋 copy color: '#E104E1'

red 225 ◦ green 4 ◦ blue 225

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

Shades of Deep Magenta #E104E1

Tints of Deep Magenta #E104E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.56%

R = 49.56%
G = 0.88%
B = 49.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E104E1 (or 0xE104E1) is known color: Deep Magenta. HEX triplet: E1, 04 and E1. RGB value is (225,4,225). Sum of RGB (Red+Green+Blue) = 225+4+225=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E104E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104E1 is #1EFB1E. Grayscale: #5E5E5E. Windows color (decimal): -2030367 or 14746849. OLE color: 14746849.

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

Color convert

RGB 225 4 225 -
CMYK 0 0.98 0 0.12
HSL 300º 0.97% 0.45% -
HSV(B) 300º 0.98% 0.88% -
XYZ 44.69 21.53 73.03 -
YUV 95.27 201.22 220.53 -
System Red Green Blue C M Y K H S L
Decimal 225 4 225 0 0.98 0 0.12 300 0.97 0.45
Hex E1 4 E1 0 62 0 C 12C 61 2D
Octal 341 4 341 0 142 0 14 454 141 55
Binary 11100001 100 11100001 0 1100010 0 1100 100101100 1100001 101101

Color Harmonies of #E104E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104E1

Black with #E104E1

Text Example


Text Example

White with #E104E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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