#E00F73

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

Shades of Ruby #E00F73

Tints of Ruby #E00F73

Color information

#E00F73 (or 0xE00F73) is unknown color: approx Ruby. HEX triplet: E0, 0F and 73. RGB value is (224,15,115). Sum of RGB (Red+Green+Blue) = 224+15+115=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F73 is #1FF08C. Grayscale: #585858. Windows color (decimal): -2093197 or 7540704. OLE color: 7540704.

HSL color Cylindrical-coordinate representation of color #E00F73: hue angle of 331.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F73 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB22415115-
CMYK00.930.490.12
HSL331.29º87.45%46.86%-
HSV(B)331.29º93.3%87.84%-
XYZ34.0117.4317.79-
YUV88.89142.74224.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.28%
GREEN value IS 15 (6.25% from 255) = 4.24%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=63.28%
G=4.24%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241511500.930.490.12331.2987.4546.86
HexE0F7305D31C14b572f
Octal340171630135611451312757
Binary11100000111111100110101110111000111001010010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F73; }

 p { color: rgb(224,15,115); }

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

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

 a { background-color: rgb(224,15,115); }

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

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

 span { border-color: rgb(224,15,115); }

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