#E2175A

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

Shades of Ruby #E2175A

Tints of Ruby #E2175A

Color information

#E2175A (or 0xE2175A) is unknown color: approx Ruby. HEX triplet: E2, 17 and 5A. RGB value is (226,23,90). Sum of RGB (Red+Green+Blue) = 226+23+90=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2175A is #1DE8A5. Grayscale: #5B5B5B. Windows color (decimal): -1960102 or 5904354. OLE color: 5904354.

HSL color Cylindrical-coordinate representation of color #E2175A: hue angle of 340.2º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2175A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2262390-
CMYK00.900.600.11
HSL340.2º81.53%48.82%-
HSV(B)340.2º89.82%88.63%-
XYZ33.5217.5211.29-
YUV91.34127.25224.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 6.78%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=66.67%
G=6.78%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226239000.900.600.11340.281.5348.82
HexE2175A05A3CB1545231
Octal342271320132741352412261
Binary111000101011110110100101101011110010111010101001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2175A; }

 p { color: rgb(226,23,90); }

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

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

 a { background-color: rgb(226,23,90); }

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

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

 span { border-color: rgb(226,23,90); }

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