#E60F6C

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

Shades of Ruby #E60F6C

Tints of Ruby #E60F6C

Color information

#E60F6C (or 0xE60F6C) is unknown color: approx Ruby. HEX triplet: E6, 0F and 6C. RGB value is (230,15,108). Sum of RGB (Red+Green+Blue) = 230+15+108=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60F6C is #19F093. Grayscale: #595959. Windows color (decimal): -1699988 or 7081958. OLE color: 7081958.

HSL color Cylindrical-coordinate representation of color #E60F6C: hue angle of 334.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F6C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB23015108-
CMYK00.930.530.10
HSL334.05º87.76%48.04%-
HSV(B)334.05º93.48%90.2%-
XYZ35.5118.2515.84-
YUV89.89138.23227.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.16%
GREEN value IS 15 (6.25% from 255) = 4.25%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=65.16%
G=4.25%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301510800.930.530.10334.0587.7648.04
HexE6F6C05D35A14e5830
Octal346171540135651251613060
Binary11100110111111011000101110111010110101010011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60F6C; }

 p { color: rgb(230,15,108); }

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

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

 a { background-color: rgb(230,15,108); }

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

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

 span { border-color: rgb(230,15,108); }

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