Html Css Color HEX #E10AC1 Deep Magenta

📋 copy color: '#E10AC1'

red 225 ◦ green 10 ◦ blue 193

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

Shades of Deep Magenta #E10AC1

Tints of Deep Magenta #E10AC1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

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

R = 52.57%
G = 2.34%
B = 45.09%

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

#E10AC1 (or 0xE10AC1) is known color: Deep Magenta. HEX triplet: E1, 0A and C1. RGB value is (225,10,193). Sum of RGB (Red+Green+Blue) = 225+10+193=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AC1 is #1EF53E. Grayscale: #5E5E5E. Windows color (decimal): -2028863 or 12651233. OLE color: 12651233.

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

Color convert

RGB 225 10 193 -
CMYK 0 0.96 0.14 0.12
HSL 308.93º 0.91% 0.46% -
HSV(B) 308.93º 0.96% 0.88% -
XYZ 40.79 20.07 52.18 -
YUV 95.15 183.23 220.62 -
System Red Green Blue C M Y K H S L
Decimal 225 10 193 0 0.96 0.14 0.12 308.93 0.91 0.46
Hex E1 A C1 0 60 E C 135 5B 2E
Octal 341 12 301 0 140 16 14 465 133 56
Binary 11100001 1010 11000001 0 1100000 1110 1100 100110101 1011011 101110

Color Harmonies of #E10AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AC1

Black with #E10AC1

Text Example


Text Example

White with #E10AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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