Html Css Color HEX #E10CE1 Deep Magenta

📋 copy color: '#E10CE1'

red 225 ◦ green 12 ◦ blue 225

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

Shades of Deep Magenta #E10CE1

Tints of Deep Magenta #E10CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.6%

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

R = 48.7%
G = 2.6%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E10CE1 (or 0xE10CE1) is known color: Deep Magenta. HEX triplet: E1, 0C and E1. RGB value is (225,12,225). Sum of RGB (Red+Green+Blue) = 225+12+225=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E10CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CE1 is #1EF31E. Grayscale: #636363. Windows color (decimal): -2028319 or 14748897. OLE color: 14748897.

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

Color convert

RGB 225 12 225 -
CMYK 0 0.95 0 0.12
HSL 300º 0.9% 0.46% -
HSV(B) 300º 0.95% 0.88% -
XYZ 44.77 21.71 73.06 -
YUV 99.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 225 12 225 0 0.95 0 0.12 300 0.9 0.46
Hex E1 C E1 0 5F 0 C 12C 5A 2E
Octal 341 14 341 0 137 0 14 454 132 56
Binary 11100001 1100 11100001 0 1011111 0 1100 100101100 1011010 101110

Color Harmonies of #E10CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CE1

Black with #E10CE1

Text Example


Text Example

White with #E10CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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