#E60C79

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

Shades of Ruby #E60C79

Tints of Ruby #E60C79

Color information

#E60C79 (or 0xE60C79) is unknown color: approx Ruby. HEX triplet: E6, 0C and 79. RGB value is (230,12,121). Sum of RGB (Red+Green+Blue) = 230+12+121=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60C79 is #19F386. Grayscale: #595959. Windows color (decimal): -1700743 or 7933158. OLE color: 7933158.

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

Color convert

RGB23012121-
CMYK00.950.470.10
HSL330º90.08%47.45%-
HSV(B)330º94.78%90.2%-
XYZ36.2218.4719.74-
YUV89.61145.72228.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 63.36%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=63.36%
G=3.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301212100.950.470.1033090.0847.45
HexE6C7905F2FA14a5a2f
Octal346141710137571251213257
Binary11100110110011110010101111110111110101010010101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60C79; }

 p { color: rgb(230,12,121); }

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

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

 a { background-color: rgb(230,12,121); }

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

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

 span { border-color: rgb(230,12,121); }

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