#E40BE1

Color #E40BE1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E40BE1

Tints of Deep Magenta #E40BE1

Color information

#E40BE1 (or 0xE40BE1) is unknown color: approx Deep Magenta. HEX triplet: E4, 0B and E1. RGB value is (228,11,225). Sum of RGB (Red+Green+Blue) = 228+11+225=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BE1 is #1BF41E. Grayscale: #636363. Windows color (decimal): -1831967 or 14748644. OLE color: 14748644.

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

Color convert

RGB22811225-
CMYK00.950.010.11
HSL300.83º90.79%46.86%-
HSV(B)300.83º95.18%89.41%-
XYZ45.7122.1773.1-
YUV100.28198.39219.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.14%
GREEN value IS 11 (4.69% from 255) = 2.37%
BLUE value IS 225 (88.28% from 255) = 48.49%
R=49.14%
G=2.37%
B=48.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281122500.950.010.11300.8390.7946.86
HexE4BE105F1B12d5b2f
Octal34413341013711345513357
Binary1110010010111110000101011111110111001011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40BE1; }

 p { color: rgb(228,11,225); }

 H1.HeaderClassName
 {
   color: #E40BE1;
 }
 .AnyTagClassName
 {
   color: #E40BE1;
 }
</style>
background-color css

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

 a { background-color: rgb(228,11,225); }

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

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

 span { border-color: rgb(228,11,225); }

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