#EE175C

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

Shades of Ruby #EE175C

Tints of Ruby #EE175C

Color information

#EE175C (or 0xEE175C) is unknown color: approx Ruby. HEX triplet: EE, 17 and 5C. RGB value is (238,23,92). Sum of RGB (Red+Green+Blue) = 238+23+92=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE175C is #11E8A3. Grayscale: #5F5F5F. Windows color (decimal): -1173668 or 6035438. OLE color: 6035438.

HSL color Cylindrical-coordinate representation of color #EE175C: hue angle of 340.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE175C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB2382392-
CMYK00.900.610.07
HSL340.74º86.35%51.18%-
HSV(B)340.74º90.34%93.33%-
XYZ37.519.5611.92-
YUV95.15126.23229.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.42%
GREEN value IS 23 (9.38% from 255) = 6.52%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=67.42%
G=6.52%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238239200.900.610.07340.7486.3551.18
HexEE175C05A3D71555633
Octal35627134013275752512663
Binary11101110101111011100010110101111011111010101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE175C; }

 p { color: rgb(238,23,92); }

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

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

 a { background-color: rgb(238,23,92); }

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

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

 span { border-color: rgb(238,23,92); }

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