#E30B76

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

Shades of Ruby #E30B76

Tints of Ruby #E30B76

Color information

#E30B76 (or 0xE30B76) is unknown color: approx Ruby. HEX triplet: E3, 0B and 76. RGB value is (227,11,118). Sum of RGB (Red+Green+Blue) = 227+11+118=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30B76 is #1CF489. Grayscale: #575757. Windows color (decimal): -1897610 or 7736291. OLE color: 7736291.

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

Color convert

RGB22711118-
CMYK00.950.480.11
HSL330.28º90.76%46.67%-
HSV(B)330.28º95.15%89.02%-
XYZ35.0717.8818.74-
YUV87.78145.06227.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.76%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=63.76%
G=3.09%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271111800.950.480.11330.2890.7646.67
HexE3B7605F30B14a5b2f
Octal343131660137601351213357
Binary11100011101111101100101111111000010111010010101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30B76; }

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

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

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

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

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

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

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

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