#E00E6C

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

Shades of Ruby #E00E6C

Tints of Ruby #E00E6C

Color information

#E00E6C (or 0xE00E6C) is unknown color: approx Ruby. HEX triplet: E0, 0E and 6C. RGB value is (224,14,108). Sum of RGB (Red+Green+Blue) = 224+14+108=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00E6C is #1FF193. Grayscale: #575757. Windows color (decimal): -2093460 or 7081696. OLE color: 7081696.

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

Color convert

RGB22414108-
CMYK00.940.520.12
HSL333.14º88.24%46.67%-
HSV(B)333.14º93.75%87.84%-
XYZ33.617.2415.74-
YUV87.51139.57225.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.74%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=64.74%
G=4.05%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241410800.940.520.12333.1488.2446.67
HexE0E6C05E34C14d582f
Octal340161540136641451513057
Binary11100000111011011000101111011010011001010011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00E6C; }

 p { color: rgb(224,14,108); }

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

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

 a { background-color: rgb(224,14,108); }

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

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

 span { border-color: rgb(224,14,108); }

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