Html Css Color HEX #E40ECE Deep Magenta

📋 copy color: '#E40ECE'

red 228 ◦ green 14 ◦ blue 206

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

Shades of Deep Magenta #E40ECE

Tints of Deep Magenta #E40ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 50.89%
G = 3.13%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E40ECE (or 0xE40ECE) is known color: Deep Magenta. HEX triplet: E4, 0E and CE. RGB value is (228,14,206). Sum of RGB (Red+Green+Blue) = 228+14+206=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ECE is #1BF131. Grayscale: #636363. Windows color (decimal): -1831218 or 13504228. OLE color: 13504228.

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

Color convert

RGB 228 14 206 -
CMYK 0 0.94 0.10 0.11
HSL 306.17º 0.88% 0.47% -
HSV(B) 306.17º 0.94% 0.89% -
XYZ 43.29 21.26 60.22 -
YUV 99.87 187.9 219.39 -
System Red Green Blue C M Y K H S L
Decimal 228 14 206 0 0.94 0.10 0.11 306.17 0.88 0.47
Hex E4 E CE 0 5E A B 132 58 2F
Octal 344 16 316 0 136 12 13 462 130 57
Binary 11100100 1110 11001110 0 1011110 1010 1011 100110010 1011000 101111

Color Harmonies of #E40ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40ECE

Black with #E40ECE

Text Example


Text Example

White with #E40ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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