#E0106B

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

Shades of Ruby #E0106B

Tints of Ruby #E0106B

Color information

#E0106B (or 0xE0106B) is unknown color: approx Ruby. HEX triplet: E0, 10 and 6B. RGB value is (224,16,107). Sum of RGB (Red+Green+Blue) = 224+16+107=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E0106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0106B is #1FEF94. Grayscale: #585858. Windows color (decimal): -2092949 or 7016672. OLE color: 7016672.

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

Color convert

RGB22416107-
CMYK00.930.520.12
HSL333.75º86.67%47.06%-
HSV(B)333.75º92.86%87.84%-
XYZ33.5817.2815.48-
YUV88.57138.41224.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.55%
GREEN value IS 16 (6.64% from 255) = 4.61%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=64.55%
G=4.61%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241610700.930.520.12333.7586.6747.06
HexE0106B05D34C14e572f
Octal340201530135641451612757
Binary111000001000011010110101110111010011001010011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0106B; }

 p { color: rgb(224,16,107); }

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

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

 a { background-color: rgb(224,16,107); }

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

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

 span { border-color: rgb(224,16,107); }

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