#E11F6E

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

Shades of Ruby #E11F6E

Tints of Ruby #E11F6E

Color information

#E11F6E (or 0xE11F6E) is unknown color: approx Ruby. HEX triplet: E1, 1F and 6E. RGB value is (225,31,110). Sum of RGB (Red+Green+Blue) = 225+31+110=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F6E is #1EE091. Grayscale: #616161. Windows color (decimal): -2023570 or 7217121. OLE color: 7217121.

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

Color convert

RGB22531110-
CMYK00.860.510.12
HSL335.57º76.38%50.2%-
HSV(B)335.57º86.22%88.24%-
XYZ34.3618.1116.44-
YUV98.01134.77218.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.48%
GREEN value IS 31 (12.5% from 255) = 8.47%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=61.48%
G=8.47%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253111000.860.510.12335.5776.3850.2
HexE11F6E05633C1504c32
Octal341371560126631452011462
Binary111000011111111011100101011011001111001010100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F6E; }

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

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

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

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

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

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

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

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