#E10777

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

Shades of Ruby #E10777

Tints of Ruby #E10777

Color information

#E10777 (or 0xE10777) is unknown color: approx Ruby. HEX triplet: E1, 07 and 77. RGB value is (225,7,119). Sum of RGB (Red+Green+Blue) = 225+7+119=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E10777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10777 is #1EF888. Grayscale: #545454. Windows color (decimal): -2029705 or 7800801. OLE color: 7800801.

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

Color convert

RGB2257119-
CMYK00.970.470.12
HSL329.17º93.97%45.49%-
HSV(B)329.17º96.89%88.24%-
XYZ34.4617.4919.01-
YUV84.95147.22227.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.10%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=64.10%
G=1.99%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225711900.970.470.12329.1793.9745.49
HexE17770612FC1495e2d
Octal34171670141571451113655
Binary1110000111111101110110000110111111001010010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10777; }

 p { color: rgb(225,7,119); }

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

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

 a { background-color: rgb(225,7,119); }

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

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

 span { border-color: rgb(225,7,119); }

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