#E11551

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

Shades of Ruby #E11551

Tints of Ruby #E11551

Color information

#E11551 (or 0xE11551) is unknown color: approx Ruby. HEX triplet: E1, 15 and 51. RGB value is (225,21,81). Sum of RGB (Red+Green+Blue) = 225+21+81=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E11551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11551 is #1EEAAE. Grayscale: #585858. Windows color (decimal): -2026159 or 5314017. OLE color: 5314017.

HSL color Cylindrical-coordinate representation of color #E11551: hue angle of 342.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11551 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2252181-
CMYK00.910.640.12
HSL342.35º82.93%48.24%-
HSV(B)342.35º90.67%88.24%-
XYZ32.817.149.36-
YUV88.84123.59225.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.81%
GREEN value IS 21 (8.59% from 255) = 6.42%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=68.81%
G=6.42%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225218100.910.640.12342.3582.9348.24
HexE1155105B40C1565330
Octal3412512101331001452612360
Binary1110000110101101000101011011100000011001010101101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11551; }

 p { color: rgb(225,21,81); }

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

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

 a { background-color: rgb(225,21,81); }

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

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

 span { border-color: rgb(225,21,81); }

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