#e60673

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

Shades of Ruby #E60673

Tints of Ruby #E60673

Color information

#E60673 (or 0xE60673) is unknown color: approx Ruby. HEX triplet: E6, 06 and 73. RGB value is (230,6,115). Sum of RGB (Red+Green+Blue) = 230+6+115=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E60673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60673 is #19F98C. Grayscale: #555555. Windows color (decimal): -1702285 or 7538406. OLE color: 7538406.

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

Color convert

RGB2306115-
CMYK00.970.50.10
HSL330.8º94.92%46.27%-
HSV(B)330.8º97.39%90.2%-
XYZ35.7918.1917.84-
YUV85.4144.71231.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.53%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=65.53%
G=1.71%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230611500.970.50.10330.894.9246.27
HexE667306132A14b5f2e
Octal34661630141621251313756
Binary1110011011011100110110000111001010101010010111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e60673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e60673; }

 p { color: rgb(230,6,115); }

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

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

 a { background-color: rgb(230,6,115); }

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

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

 span { border-color: rgb(230,6,115); }

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