#e11f64

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

Shades of Ruby #E11F64

Tints of Ruby #E11F64

Color information

#E11F64 (or 0xE11F64) is unknown color: approx Ruby. HEX triplet: E1, 1F and 64. RGB value is (225,31,100). Sum of RGB (Red+Green+Blue) = 225+31+100=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F64 is #1EE09B. Grayscale: #606060. Windows color (decimal): -2023580 or 6561761. OLE color: 6561761.

HSL color Cylindrical-coordinate representation of color #E11F64: hue angle of 338.66º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F64 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB22531100-
CMYK00.860.560.12
HSL338.66º76.38%50.2%-
HSV(B)338.66º86.22%88.24%-
XYZ33.8417.9113.73-
YUV96.87129.77219.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.20%
GREEN value IS 31 (12.5% from 255) = 8.71%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=63.20%
G=8.71%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253110000.860.560.12338.6676.3850.2
HexE11F6405638C1534c32
Octal341371440126701452311462
Binary111000011111111001000101011011100011001010100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11f64; }

 p { color: rgb(225,31,100); }

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

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

 a { background-color: rgb(225,31,100); }

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

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

 span { border-color: rgb(225,31,100); }

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