Html Css Color HEX #E10CD5 Deep Magenta

📋 copy color: '#E10CD5'

red 225 ◦ green 12 ◦ blue 213

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

Shades of Deep Magenta #E10CD5

Tints of Deep Magenta #E10CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 50%
G = 2.67%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E10CD5 (or 0xE10CD5) is known color: Deep Magenta. HEX triplet: E1, 0C and D5. RGB value is (225,12,213). Sum of RGB (Red+Green+Blue) = 225+12+213=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CD5 is #1EF32A. Grayscale: #626262. Windows color (decimal): -2028331 or 13962465. OLE color: 13962465.

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

Color convert

RGB 225 12 213 -
CMYK 0 0.95 0.05 0.12
HSL 303.38º 0.9% 0.46% -
HSV(B) 303.38º 0.95% 0.88% -
XYZ 43.19 21.07 64.74 -
YUV 98.6 192.57 218.16 -
System Red Green Blue C M Y K H S L
Decimal 225 12 213 0 0.95 0.05 0.12 303.38 0.9 0.46
Hex E1 C D5 0 5F 5 C 12F 5A 2E
Octal 341 14 325 0 137 5 14 457 132 56
Binary 11100001 1100 11010101 0 1011111 101 1100 100101111 1011010 101110

Color Harmonies of #E10CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CD5

Black with #E10CD5

Text Example


Text Example

White with #E10CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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