#E0175D

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

Shades of Ruby #E0175D

Tints of Ruby #E0175D

Color information

#E0175D (or 0xE0175D) is unknown color: approx Ruby. HEX triplet: E0, 17 and 5D. RGB value is (224,23,93). Sum of RGB (Red+Green+Blue) = 224+23+93=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0175D is #1FE8A2. Grayscale: #5B5B5B. Windows color (decimal): -2091171 or 6100960. OLE color: 6100960.

HSL color Cylindrical-coordinate representation of color #E0175D: hue angle of 339.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0175D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB2242393-
CMYK00.900.580.12
HSL339.1º81.38%48.43%-
HSV(B)339.1º89.73%87.84%-
XYZ33.0217.2511.95-
YUV91.08129.09222.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.88%
GREEN value IS 23 (9.38% from 255) = 6.76%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=65.88%
G=6.76%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224239300.900.580.12339.181.3848.43
HexE0175D05A3AC1535130
Octal340271350132721452312160
Binary111000001011110111010101101011101011001010100111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0175D; }

 p { color: rgb(224,23,93); }

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

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

 a { background-color: rgb(224,23,93); }

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

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

 span { border-color: rgb(224,23,93); }

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