Html Css Color HEX #E40CDC Deep Magenta

📋 copy color: '#E40CDC'

red 228 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #E40CDC

Tints of Deep Magenta #E40CDC

RGB

 RED value IS 228 (89.45% from 255) = 49.57%

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

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

R = 49.57%
G = 2.61%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E40CDC (or 0xE40CDC) is known color: Deep Magenta. HEX triplet: E4, 0C and DC. RGB value is (228,12,220). Sum of RGB (Red+Green+Blue) = 228+12+220=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CDC is #1BF323. Grayscale: #636363. Windows color (decimal): -1831716 or 14421220. OLE color: 14421220.

HSL color Cylindrical-coordinate representation of color #E40CDC: hue angle of 302.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CDC is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 12 220 -
CMYK 0 0.95 0.04 0.11
HSL 302.22º 0.9% 0.47% -
HSV(B) 302.22º 0.95% 0.89% -
XYZ 45.04 21.92 69.57 -
YUV 100.3 195.56 219.09 -
System Red Green Blue C M Y K H S L
Decimal 228 12 220 0 0.95 0.04 0.11 302.22 0.9 0.47
Hex E4 C DC 0 5F 4 B 12E 5A 2F
Octal 344 14 334 0 137 4 13 456 132 57
Binary 11100100 1100 11011100 0 1011111 100 1011 100101110 1011010 101111

Color Harmonies of #E40CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CDC

Black with #E40CDC

Text Example


Text Example

White with #E40CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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