#E00E66

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

Shades of Ruby #E00E66

Tints of Ruby #E00E66

Color information

#E00E66 (or 0xE00E66) is unknown color: approx Ruby. HEX triplet: E0, 0E and 66. RGB value is (224,14,102). Sum of RGB (Red+Green+Blue) = 224+14+102=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00E66 is #1FF199. Grayscale: #565656. Windows color (decimal): -2093466 or 6688480. OLE color: 6688480.

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

Color convert

RGB22414102-
CMYK00.940.540.12
HSL334.86º88.24%46.67%-
HSV(B)334.86º93.75%87.84%-
XYZ33.317.1214.12-
YUV86.82136.57225.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.88%
GREEN value IS 14 (5.86% from 255) = 4.12%
BLUE value IS 102 (40.23% from 255) = 30%
R=65.88%
G=4.12%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241410200.940.540.12334.8688.2446.67
HexE0E6605E36C14f582f
Octal340161460136661451713057
Binary11100000111011001100101111011011011001010011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00E66; }

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

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

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

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

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

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

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

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