#E00F7A

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

Shades of Ruby #E00F7A

Tints of Ruby #E00F7A

Color information

#E00F7A (or 0xE00F7A) is unknown color: approx Ruby. HEX triplet: E0, 0F and 7A. RGB value is (224,15,122). Sum of RGB (Red+Green+Blue) = 224+15+122=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F7A is #1FF085. Grayscale: #595959. Windows color (decimal): -2093190 or 7999456. OLE color: 7999456.

HSL color Cylindrical-coordinate representation of color #E00F7A: hue angle of 329.28º 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 #E00F7A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22415122-
CMYK00.930.460.12
HSL329.28º87.45%46.86%-
HSV(B)329.28º93.3%87.84%-
XYZ34.4217.5919.99-
YUV89.69146.24223.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.05%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=62.05%
G=4.16%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241512200.930.460.12329.2887.4546.86
HexE0F7A05D2EC149572f
Octal340171720135561451112757
Binary11100000111111110100101110110111011001010010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F7A; }

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

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

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

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

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

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

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

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