#E30BC8

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

Shades of Deep Magenta #E30BC8

Tints of Deep Magenta #E30BC8

Color information

#E30BC8 (or 0xE30BC8) is unknown color: approx Deep Magenta. HEX triplet: E3, 0B and C8. RGB value is (227,11,200). Sum of RGB (Red+Green+Blue) = 227+11+200=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30BC8 is #1CF437. Grayscale: #606060. Windows color (decimal): -1897528 or 13110243. OLE color: 13110243.

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

Color convert

RGB22711200-
CMYK00.950.120.11
HSL307.5º90.76%46.67%-
HSV(B)307.5º95.15%89.02%-
XYZ42.2220.7456.42-
YUV97.13186.06220.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.83%
GREEN value IS 11 (4.69% from 255) = 2.51%
BLUE value IS 200 (78.52% from 255) = 45.66%
R=51.83%
G=2.51%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271120000.950.120.11307.590.7646.67
HexE3BC805FCB1345b2f
Octal343133100137141346413357
Binary1110001110111100100001011111110010111001101001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30BC8; }

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

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

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

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

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

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

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

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