#EF0D70

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

Shades of Ruby #EF0D70

Tints of Ruby #EF0D70

Color information

#EF0D70 (or 0xEF0D70) is unknown color: approx Ruby. HEX triplet: EF, 0D and 70. RGB value is (239,13,112). Sum of RGB (Red+Green+Blue) = 239+13+112=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D70 is #10F28F. Grayscale: #5B5B5B. Windows color (decimal): -1110672 or 7343599. OLE color: 7343599.

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

Color convert

RGB23913112-
CMYK00.950.530.06
HSL333.72º89.68%49.41%-
HSV(B)333.72º94.56%93.73%-
XYZ38.6719.8117.11-
YUV91.86139.37232.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.66%
GREEN value IS 13 (5.47% from 255) = 3.57%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=65.66%
G=3.57%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391311200.950.530.06333.7289.6849.41
HexEFD7005F35614e5a31
Octal35715160013765651613261
Binary1110111111011110000010111111101011101010011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0D70; }

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

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

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

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

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

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

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

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