#EF106A

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

Shades of Ruby #EF106A

Tints of Ruby #EF106A

Color information

#EF106A (or 0xEF106A) is unknown color: approx Ruby. HEX triplet: EF, 10 and 6A. RGB value is (239,16,106). Sum of RGB (Red+Green+Blue) = 239+16+106=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF106A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF106A is #10EF95. Grayscale: #5C5C5C. Windows color (decimal): -1109910 or 6951151. OLE color: 6951151.

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

Color convert

RGB23916106-
CMYK00.930.560.06
HSL335.78º87.45%50%-
HSV(B)335.78º93.31%93.73%-
XYZ38.3819.7615.43-
YUV92.94135.38232.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.20%
GREEN value IS 16 (6.64% from 255) = 4.43%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=66.20%
G=4.43%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391610600.930.560.06335.7887.4550
HexEF106A05D3861505732
Octal35720152013570652012762
Binary11101111100001101010010111011110001101010100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF106A; }

 p { color: rgb(239,16,106); }

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

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

 a { background-color: rgb(239,16,106); }

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

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

 span { border-color: rgb(239,16,106); }

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