#E2135E

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

Shades of Ruby #E2135E

Tints of Ruby #E2135E

Color information

#E2135E (or 0xE2135E) is unknown color: approx Ruby. HEX triplet: E2, 13 and 5E. RGB value is (226,19,94). Sum of RGB (Red+Green+Blue) = 226+19+94=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2135E is #1DECA1. Grayscale: #595959. Windows color (decimal): -1961122 or 6165474. OLE color: 6165474.

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

Color convert

RGB2261994-
CMYK00.920.580.11
HSL338.26º84.49%48.04%-
HSV(B)338.26º91.59%88.63%-
XYZ33.6217.4412.18-
YUV89.44130.58225.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 5.60%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=66.67%
G=5.60%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226199400.920.580.11338.2684.4948.04
HexE2135E05C3AB1525430
Octal342231360134721352212460
Binary111000101001110111100101110011101010111010100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2135E; }

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

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

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

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

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

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

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

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