#E2105E

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

Shades of Ruby #E2105E

Tints of Ruby #E2105E

Color information

#E2105E (or 0xE2105E) is unknown color: approx Ruby. HEX triplet: E2, 10 and 5E. RGB value is (226,16,94). Sum of RGB (Red+Green+Blue) = 226+16+94=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2105E is #1DEFA1. Grayscale: #575757. Windows color (decimal): -1961890 or 6164706. OLE color: 6164706.

HSL color Cylindrical-coordinate representation of color #E2105E: hue angle of 337.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2105E is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB2261694-
CMYK00.930.580.11
HSL337.71º86.78%47.45%-
HSV(B)337.71º92.92%88.63%-
XYZ33.5717.3512.17-
YUV87.68131.57226.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.26%
GREEN value IS 16 (6.64% from 255) = 4.76%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=67.26%
G=4.76%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226169400.930.580.11337.7186.7847.45
HexE2105E05D3AB152572f
Octal342201360135721352212757
Binary111000101000010111100101110111101010111010100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2105E; }

 p { color: rgb(226,16,94); }

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

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

 a { background-color: rgb(226,16,94); }

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

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

 span { border-color: rgb(226,16,94); }

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