#E11A65

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

Shades of Ruby #E11A65

Tints of Ruby #E11A65

Color information

#E11A65 (or 0xE11A65) is unknown color: approx Ruby. HEX triplet: E1, 1A and 65. RGB value is (225,26,101). Sum of RGB (Red+Green+Blue) = 225+26+101=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A65 is #1EE59A. Grayscale: #5D5D5D. Windows color (decimal): -2024859 or 6626017. OLE color: 6626017.

HSL color Cylindrical-coordinate representation of color #E11A65: hue angle of 337.39º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A65 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB22526101-
CMYK00.880.550.12
HSL337.39º79.28%49.22%-
HSV(B)337.39º88.44%88.24%-
XYZ33.7717.6913.95-
YUV94.05131.93221.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.92%
GREEN value IS 26 (10.55% from 255) = 7.39%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=63.92%
G=7.39%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252610100.880.550.12337.3979.2849.22
HexE11A6505837C1514f31
Octal341321450130671452111761
Binary111000011101011001010101100011011111001010100011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11A65; }

 p { color: rgb(225,26,101); }

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

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

 a { background-color: rgb(225,26,101); }

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

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

 span { border-color: rgb(225,26,101); }

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