#EF1660

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

Shades of Ruby #EF1660

Tints of Ruby #EF1660

Color information

#EF1660 (or 0xEF1660) is unknown color: approx Ruby. HEX triplet: EF, 16 and 60. RGB value is (239,22,96). Sum of RGB (Red+Green+Blue) = 239+22+96=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1660 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1660 is #10E99F. Grayscale: #5F5F5F. Windows color (decimal): -1108384 or 6297327. OLE color: 6297327.

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

Color convert

RGB2392296-
CMYK00.910.600.06
HSL339.54º87.15%51.18%-
HSV(B)339.54º90.79%93.73%-
XYZ37.9919.7712.88-
YUV95.32128.39230.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.95%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=66.95%
G=6.16%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239229600.910.600.06339.5487.1551.18
HexEF166005B3C61545733
Octal35726140013374652412763
Binary11101111101101100000010110111111001101010101001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1660; }

 p { color: rgb(239,22,96); }

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

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

 a { background-color: rgb(239,22,96); }

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

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

 span { border-color: rgb(239,22,96); }

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