#EF0F6F

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

Shades of Ruby #EF0F6F

Tints of Ruby #EF0F6F

Color information

#EF0F6F (or 0xEF0F6F) is unknown color: approx Ruby. HEX triplet: EF, 0F and 6F. RGB value is (239,15,111). Sum of RGB (Red+Green+Blue) = 239+15+111=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F6F is #10F090. Grayscale: #5C5C5C. Windows color (decimal): -1110161 or 7278575. OLE color: 7278575.

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

Color convert

RGB23915111-
CMYK00.940.540.06
HSL334.29º88.19%49.8%-
HSV(B)334.29º93.72%93.73%-
XYZ38.6419.8416.83-
YUV92.92138.21232.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.48%
GREEN value IS 15 (6.25% from 255) = 4.11%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=65.48%
G=4.11%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391511100.940.540.06334.2988.1949.8
HexEFF6F05E36614e5832
Octal35717157013666651613062
Binary1110111111111101111010111101101101101010011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F6F; }

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

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

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

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

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

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

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

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