#E30BCE

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

Shades of Deep Magenta #E30BCE

Tints of Deep Magenta #E30BCE

Color information

#E30BCE (or 0xE30BCE) is unknown color: approx Deep Magenta. HEX triplet: E3, 0B and CE. RGB value is (227,11,206). Sum of RGB (Red+Green+Blue) = 227+11+206=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30BCE is #1CF431. Grayscale: #616161. Windows color (decimal): -1897522 or 13503459. OLE color: 13503459.

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

Color convert

RGB22711206-
CMYK00.950.090.11
HSL305.83º90.76%46.67%-
HSV(B)305.83º95.15%89.02%-
XYZ42.9421.0360.19-
YUV97.81189.06220.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.13%
GREEN value IS 11 (4.69% from 255) = 2.48%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=51.13%
G=2.48%
B=46.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271120600.950.090.11305.8390.7646.67
HexE3BCE05F9B1325b2f
Octal343133160137111346213357
Binary1110001110111100111001011111100110111001100101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30BCE; }

 p { color: rgb(227,11,206); }

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

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

 a { background-color: rgb(227,11,206); }

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

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

 span { border-color: rgb(227,11,206); }

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