Html Css Color HEX #E11CD2 Deep Magenta

📋 copy color: '#E11CD2'

red 225 ◦ green 28 ◦ blue 210

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

Shades of Deep Magenta #E11CD2

Tints of Deep Magenta #E11CD2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.05%

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 48.6%
G = 6.05%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E11CD2 (or 0xE11CD2) is known color: Deep Magenta. HEX triplet: E1, 1C and D2. RGB value is (225,28,210). Sum of RGB (Red+Green+Blue) = 225+28+210=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CD2 is #1EE32D. Grayscale: #6B6B6B. Windows color (decimal): -2024238 or 13769953. OLE color: 13769953.

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

Color convert

RGB 225 28 210 -
CMYK 0 0.88 0.07 0.12
HSL 304.57º 0.78% 0.5% -
HSV(B) 304.57º 0.88% 0.88% -
XYZ 43.1 21.49 62.85 -
YUV 107.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 225 28 210 0 0.88 0.07 0.12 304.57 0.78 0.5
Hex E1 1C D2 0 58 7 C 131 4E 32
Octal 341 34 322 0 130 7 14 461 116 62
Binary 11100001 11100 11010010 0 1011000 111 1100 100110001 1001110 110010

Color Harmonies of #E11CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CD2

Black with #E11CD2

Text Example


Text Example

White with #E11CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CD2; }

 p { color: rgb(225,28,210); }

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

background-color css

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

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

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

border-color css

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

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

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