Html Css Color HEX #E105C1 Deep Magenta

📋 copy color: '#E105C1'

red 225 ◦ green 5 ◦ blue 193

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

Shades of Deep Magenta #E105C1

Tints of Deep Magenta #E105C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 53.19%
G = 1.18%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E105C1 (or 0xE105C1) is known color: Deep Magenta. HEX triplet: E1, 05 and C1. RGB value is (225,5,193). Sum of RGB (Red+Green+Blue) = 225+5+193=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E105C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105C1 is #1EFA3E. Grayscale: #5B5B5B. Windows color (decimal): -2030143 or 12649953. OLE color: 12649953.

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

Color convert

RGB 225 5 193 -
CMYK 0 0.98 0.14 0.12
HSL 308.73º 0.96% 0.45% -
HSV(B) 308.73º 0.98% 0.88% -
XYZ 40.73 19.97 52.16 -
YUV 92.21 184.89 222.71 -
System Red Green Blue C M Y K H S L
Decimal 225 5 193 0 0.98 0.14 0.12 308.73 0.96 0.45
Hex E1 5 C1 0 62 E C 135 60 2D
Octal 341 5 301 0 142 16 14 465 140 55
Binary 11100001 101 11000001 0 1100010 1110 1100 100110101 1100000 101101

Color Harmonies of #E105C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E105C1

Black with #E105C1

Text Example


Text Example

White with #E105C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E105C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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