#EE1560

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

Shades of Ruby #EE1560

Tints of Ruby #EE1560

Color information

#EE1560 (or 0xEE1560) is unknown color: approx Ruby. HEX triplet: EE, 15 and 60. RGB value is (238,21,96). Sum of RGB (Red+Green+Blue) = 238+21+96=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1560 is #11EA9F. Grayscale: #5E5E5E. Windows color (decimal): -1174176 or 6297070. OLE color: 6297070.

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

Color convert

RGB2382196-
CMYK00.910.600.07
HSL339.26º86.45%50.78%-
HSV(B)339.26º91.18%93.33%-
XYZ37.6419.5612.86-
YUV94.43128.89230.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.04%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=67.04%
G=5.92%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238219600.910.600.07339.2686.4550.78
HexEE156005B3C71535633
Octal35625140013374752312663
Binary11101110101011100000010110111111001111010100111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1560; }

 p { color: rgb(238,21,96); }

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

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

 a { background-color: rgb(238,21,96); }

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

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

 span { border-color: rgb(238,21,96); }

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