#E30779

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

Shades of Ruby #E30779

Tints of Ruby #E30779

Color information

#E30779 (or 0xE30779) is unknown color: approx Ruby. HEX triplet: E3, 07 and 79. RGB value is (227,7,121). Sum of RGB (Red+Green+Blue) = 227+7+121=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E30779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30779 is #1CF886. Grayscale: #555555. Windows color (decimal): -1898631 or 7931875. OLE color: 7931875.

HSL color Cylindrical-coordinate representation of color #E30779: hue angle of 328.91º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30779 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB2277121-
CMYK00.970.470.11
HSL328.91º94.02%45.88%-
HSV(B)328.91º96.92%89.02%-
XYZ35.2117.8619.68-
YUV85.78147.89228.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.94%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=63.94%
G=1.97%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227712100.970.470.11328.9194.0245.88
HexE37790612FB1495e2e
Octal34371710141571351113656
Binary1110001111111110010110000110111110111010010011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30779; }

 p { color: rgb(227,7,121); }

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

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

 a { background-color: rgb(227,7,121); }

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

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

 span { border-color: rgb(227,7,121); }

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