Html Css Color HEX #E40ECC Deep Magenta

📋 copy color: '#E40ECC'

red 228 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #E40ECC

Tints of Deep Magenta #E40ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.14%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 51.12%
G = 3.14%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E40ECC (or 0xE40ECC) is known color: Deep Magenta. HEX triplet: E4, 0E and CC. RGB value is (228,14,204). Sum of RGB (Red+Green+Blue) = 228+14+204=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ECC is #1BF133. Grayscale: #636363. Windows color (decimal): -1831220 or 13373156. OLE color: 13373156.

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

Color convert

RGB 228 14 204 -
CMYK 0 0.94 0.11 0.11
HSL 306.73º 0.88% 0.47% -
HSV(B) 306.73º 0.94% 0.89% -
XYZ 43.05 21.17 58.94 -
YUV 99.65 186.9 219.55 -
System Red Green Blue C M Y K H S L
Decimal 228 14 204 0 0.94 0.11 0.11 306.73 0.88 0.47
Hex E4 E CC 0 5E B B 133 58 2F
Octal 344 16 314 0 136 13 13 463 130 57
Binary 11100100 1110 11001100 0 1011110 1011 1011 100110011 1011000 101111

Color Harmonies of #E40ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40ECC

Black with #E40ECC

Text Example


Text Example

White with #E40ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40ECC; }

 p { color: rgb(228,14,204); }

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

background-color css

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

 a { background-color: rgb(228,14,204); }

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

border-color css

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

 span { border-color: rgb(228,14,204); }

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