#E11F61

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

Shades of Ruby #E11F61

Tints of Ruby #E11F61

Color information

#E11F61 (or 0xE11F61) is unknown color: approx Ruby. HEX triplet: E1, 1F and 61. RGB value is (225,31,97). Sum of RGB (Red+Green+Blue) = 225+31+97=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F61 is #1EE09E. Grayscale: #606060. Windows color (decimal): -2023583 or 6365153. OLE color: 6365153.

HSL color Cylindrical-coordinate representation of color #E11F61: hue angle of 339.59º 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 #E11F61 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB2253197-
CMYK00.860.570.12
HSL339.59º76.38%50.2%-
HSV(B)339.59º86.22%88.24%-
XYZ33.717.8512.98-
YUV96.53128.27219.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.74%
GREEN value IS 31 (12.5% from 255) = 8.78%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=63.74%
G=8.78%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225319700.860.570.12339.5976.3850.2
HexE11F6105639C1544c32
Octal341371410126711452411462
Binary111000011111111000010101011011100111001010101001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F61; }

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

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

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

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

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

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

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

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