#E6135B

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

Shades of Ruby #E6135B

Tints of Ruby #E6135B

Color information

#E6135B (or 0xE6135B) is unknown color: approx Ruby. HEX triplet: E6, 13 and 5B. RGB value is (230,19,91). Sum of RGB (Red+Green+Blue) = 230+19+91=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6135B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6135B is #19ECA4. Grayscale: #5A5A5A. Windows color (decimal): -1698981 or 5968870. OLE color: 5968870.

HSL color Cylindrical-coordinate representation of color #E6135B: hue angle of 339.53º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6135B is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB2301991-
CMYK00.920.600.10
HSL339.53º84.74%48.82%-
HSV(B)339.53º91.74%90.2%-
XYZ34.7518.0411.55-
YUV90.3128.4227.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 67.65%
GREEN value IS 19 (7.81% from 255) = 5.59%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=67.65%
G=5.59%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230199100.920.600.10339.5384.7448.82
HexE6135B05C3CA1545531
Octal346231330134741252412561
Binary111001101001110110110101110011110010101010101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6135B; }

 p { color: rgb(230,19,91); }

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

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

 a { background-color: rgb(230,19,91); }

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

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

 span { border-color: rgb(230,19,91); }

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