Html Css Color HEX #E109C2 Deep Magenta

📋 copy color: '#E109C2'

red 225 ◦ green 9 ◦ blue 194

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

Shades of Deep Magenta #E109C2

Tints of Deep Magenta #E109C2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.1%

 BLUE value IS 194 (76.17% from 255) = 45.33%

R = 52.57%
G = 2.1%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E109C2 (or 0xE109C2) is known color: Deep Magenta. HEX triplet: E1, 09 and C2. RGB value is (225,9,194). Sum of RGB (Red+Green+Blue) = 225+9+194=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E109C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109C2 is #1EF63D. Grayscale: #5E5E5E. Windows color (decimal): -2029118 or 12716513. OLE color: 12716513.

HSL color Cylindrical-coordinate representation of color #E109C2: hue angle of 308.61º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E109C2 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 9 194 -
CMYK 0 0.96 0.14 0.12
HSL 308.61º 0.92% 0.46% -
HSV(B) 308.61º 0.96% 0.88% -
XYZ 40.89 20.1 52.76 -
YUV 94.67 184.06 220.96 -
System Red Green Blue C M Y K H S L
Decimal 225 9 194 0 0.96 0.14 0.12 308.61 0.92 0.46
Hex E1 9 C2 0 60 E C 135 5C 2E
Octal 341 11 302 0 140 16 14 465 134 56
Binary 11100001 1001 11000010 0 1100000 1110 1100 100110101 1011100 101110

Color Harmonies of #E109C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E109C2

Black with #E109C2

Text Example


Text Example

White with #E109C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E109C2; }

 p { color: rgb(225,9,194); }

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

background-color css

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

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

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

border-color css

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

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

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