#E11865

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

Shades of Ruby #E11865

Tints of Ruby #E11865

Color information

#E11865 (or 0xE11865) is unknown color: approx Ruby. HEX triplet: E1, 18 and 65. RGB value is (225,24,101). Sum of RGB (Red+Green+Blue) = 225+24+101=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E11865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11865 is #1EE79A. Grayscale: #5C5C5C. Windows color (decimal): -2025371 or 6625505. OLE color: 6625505.

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

Color convert

RGB22524101-
CMYK00.890.550.12
HSL337.01º80.72%48.82%-
HSV(B)337.01º89.33%88.24%-
XYZ33.7317.613.93-
YUV92.88132.59222.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.29%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=64.29%
G=6.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252410100.890.550.12337.0180.7248.82
HexE1186505937C1515131
Octal341301450131671452112161
Binary111000011100011001010101100111011111001010100011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11865; }

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

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

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

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

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

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

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

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