#EE175B

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

Shades of Ruby #EE175B

Tints of Ruby #EE175B

Color information

#EE175B (or 0xEE175B) is unknown color: approx Ruby. HEX triplet: EE, 17 and 5B. RGB value is (238,23,91). Sum of RGB (Red+Green+Blue) = 238+23+91=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE175B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE175B is #11E8A4. Grayscale: #5E5E5E. Windows color (decimal): -1173669 or 5969902. OLE color: 5969902.

HSL color Cylindrical-coordinate representation of color #EE175B: hue angle of 341.02º 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 #EE175B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2382391-
CMYK00.900.620.07
HSL341.02º86.35%51.18%-
HSV(B)341.02º90.34%93.33%-
XYZ37.4519.5511.7-
YUV95.04125.73229.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.61%
GREEN value IS 23 (9.38% from 255) = 6.53%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=67.61%
G=6.53%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238239100.900.620.07341.0286.3551.18
HexEE175B05A3E71555633
Octal35627133013276752512663
Binary11101110101111011011010110101111101111010101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE175B; }

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

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

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

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

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

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

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

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