Html Css Color HEX #E40CCD Deep Magenta

📋 copy color: '#E40CCD'

red 228 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #E40CCD

Tints of Deep Magenta #E40CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 51.24%
G = 2.7%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E40CCD (or 0xE40CCD) is known color: Deep Magenta. HEX triplet: E4, 0C and CD. RGB value is (228,12,205). Sum of RGB (Red+Green+Blue) = 228+12+205=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CCD is #1BF332. Grayscale: #626262. Windows color (decimal): -1831731 or 13438180. OLE color: 13438180.

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

Color convert

RGB 228 12 205 -
CMYK 0 0.95 0.10 0.11
HSL 306.39º 0.9% 0.47% -
HSV(B) 306.39º 0.95% 0.89% -
XYZ 43.15 21.16 59.57 -
YUV 98.59 188.06 220.31 -
System Red Green Blue C M Y K H S L
Decimal 228 12 205 0 0.95 0.10 0.11 306.39 0.9 0.47
Hex E4 C CD 0 5F A B 132 5A 2F
Octal 344 14 315 0 137 12 13 462 132 57
Binary 11100100 1100 11001101 0 1011111 1010 1011 100110010 1011010 101111

Color Harmonies of #E40CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CCD

Black with #E40CCD

Text Example


Text Example

White with #E40CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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