#EF106B

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

Shades of Ruby #EF106B

Tints of Ruby #EF106B

Color information

#EF106B (or 0xEF106B) is unknown color: approx Ruby. HEX triplet: EF, 10 and 6B. RGB value is (239,16,107). Sum of RGB (Red+Green+Blue) = 239+16+107=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF106B is #10EF94. Grayscale: #5C5C5C. Windows color (decimal): -1109909 or 7016687. OLE color: 7016687.

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

Color convert

RGB23916107-
CMYK00.930.550.06
HSL335.52º87.45%50%-
HSV(B)335.52º93.31%93.73%-
XYZ38.4419.7815.7-
YUV93.05135.88232.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.02%
GREEN value IS 16 (6.64% from 255) = 4.42%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=66.02%
G=4.42%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391610700.930.550.06335.5287.4550
HexEF106B05D3761505732
Octal35720153013567652012762
Binary11101111100001101011010111011101111101010100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF106B; }

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

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

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

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

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

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

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

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