#EF1668

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

Shades of Ruby #EF1668

Tints of Ruby #EF1668

Color information

#EF1668 (or 0xEF1668) is unknown color: approx Ruby. HEX triplet: EF, 16 and 68. RGB value is (239,22,104). Sum of RGB (Red+Green+Blue) = 239+22+104=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1668 is #10E997. Grayscale: #606060. Windows color (decimal): -1108376 or 6821615. OLE color: 6821615.

HSL color Cylindrical-coordinate representation of color #EF1668: hue angle of 337.33º 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 #EF1668 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB23922104-
CMYK00.910.560.06
HSL337.33º87.15%51.18%-
HSV(B)337.33º90.79%93.73%-
XYZ38.3819.9214.92-
YUV96.23132.39229.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.48%
GREEN value IS 22 (8.98% from 255) = 6.03%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=65.48%
G=6.03%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392210400.910.560.06337.3387.1551.18
HexEF166805B3861515733
Octal35726150013370652112763
Binary11101111101101101000010110111110001101010100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1668; }

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

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

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

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

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

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

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

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