Html Css Color HEX #E10CDC Deep Magenta

📋 copy color: '#E10CDC'

red 225 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #E10CDC

Tints of Deep Magenta #E10CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 49.23%
G = 2.63%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E10CDC (or 0xE10CDC) is known color: Deep Magenta. HEX triplet: E1, 0C and DC. RGB value is (225,12,220). Sum of RGB (Red+Green+Blue) = 225+12+220=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CDC is #1EF323. Grayscale: #626262. Windows color (decimal): -2028324 or 14421217. OLE color: 14421217.

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

Color convert

RGB 225 12 220 -
CMYK 0 0.95 0.02 0.12
HSL 301.41º 0.9% 0.46% -
HSV(B) 301.41º 0.95% 0.88% -
XYZ 44.1 21.44 69.52 -
YUV 99.4 196.07 217.59 -
System Red Green Blue C M Y K H S L
Decimal 225 12 220 0 0.95 0.02 0.12 301.41 0.9 0.46
Hex E1 C DC 0 5F 2 C 12D 5A 2E
Octal 341 14 334 0 137 2 14 455 132 56
Binary 11100001 1100 11011100 0 1011111 10 1100 100101101 1011010 101110

Color Harmonies of #E10CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CDC

Black with #E10CDC

Text Example


Text Example

White with #E10CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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