#EF0F72

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

Shades of Ruby #EF0F72

Tints of Ruby #EF0F72

Color information

#EF0F72 (or 0xEF0F72) is unknown color: approx Ruby. HEX triplet: EF, 0F and 72. RGB value is (239,15,114). Sum of RGB (Red+Green+Blue) = 239+15+114=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F72 is #10F08D. Grayscale: #5D5D5D. Windows color (decimal): -1110158 or 7475183. OLE color: 7475183.

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

Color convert

RGB23915114-
CMYK00.940.520.06
HSL333.48º88.19%49.8%-
HSV(B)333.48º93.72%93.73%-
XYZ38.819.9117.72-
YUV93.26139.71231.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.95%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=64.95%
G=4.08%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391511400.940.520.06333.4888.1949.8
HexEFF7205E34614d5832
Octal35717162013664651513062
Binary1110111111111110010010111101101001101010011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F72; }

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

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

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

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

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

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

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

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