#EF0F70

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

Shades of Ruby #EF0F70

Tints of Ruby #EF0F70

Color information

#EF0F70 (or 0xEF0F70) is unknown color: approx Ruby. HEX triplet: EF, 0F and 70. RGB value is (239,15,112). Sum of RGB (Red+Green+Blue) = 239+15+112=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F70 is #10F08F. Grayscale: #5C5C5C. Windows color (decimal): -1110160 or 7344111. OLE color: 7344111.

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

Color convert

RGB23915112-
CMYK00.940.530.06
HSL334.02º88.19%49.8%-
HSV(B)334.02º93.72%93.73%-
XYZ38.6919.8617.12-
YUV93.03138.71232.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.30%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=65.30%
G=4.10%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391511200.940.530.06334.0288.1949.8
HexEFF7005E35614e5832
Octal35717160013665651613062
Binary1110111111111110000010111101101011101010011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F70; }

 p { color: rgb(239,15,112); }

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

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

 a { background-color: rgb(239,15,112); }

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

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

 span { border-color: rgb(239,15,112); }

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