#EF1466

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

Shades of Ruby #EF1466

Tints of Ruby #EF1466

Color information

#EF1466 (or 0xEF1466) is unknown color: approx Ruby. HEX triplet: EF, 14 and 66. RGB value is (239,20,102). Sum of RGB (Red+Green+Blue) = 239+20+102=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1466 is #10EB99. Grayscale: #5E5E5E. Windows color (decimal): -1108890 or 6690031. OLE color: 6690031.

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

Color convert

RGB23920102-
CMYK00.920.570.06
HSL337.53º87.25%50.78%-
HSV(B)337.53º91.63%93.73%-
XYZ38.2519.8114.38-
YUV94.83132.05230.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.20%
GREEN value IS 20 (8.20% from 255) = 5.54%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=66.20%
G=5.54%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392010200.920.570.06337.5387.2550.78
HexEF146605C3961525733
Octal35724146013471652212763
Binary11101111101001100110010111001110011101010100101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1466; }

 p { color: rgb(239,20,102); }

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

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

 a { background-color: rgb(239,20,102); }

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

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

 span { border-color: rgb(239,20,102); }

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