#E6135A

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

Shades of Ruby #E6135A

Tints of Ruby #E6135A

Color information

#E6135A (or 0xE6135A) is unknown color: approx Ruby. HEX triplet: E6, 13 and 5A. RGB value is (230,19,90). Sum of RGB (Red+Green+Blue) = 230+19+90=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6135A is #19ECA5. Grayscale: #5A5A5A. Windows color (decimal): -1698982 or 5903334. OLE color: 5903334.

HSL color Cylindrical-coordinate representation of color #E6135A: hue angle of 339.81º 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 #E6135A is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB2301990-
CMYK00.920.610.10
HSL339.81º84.74%48.82%-
HSV(B)339.81º91.74%90.2%-
XYZ34.7118.0311.32-
YUV90.18127.9227.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 67.85%
GREEN value IS 19 (7.81% from 255) = 5.60%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=67.85%
G=5.60%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230199000.920.610.10339.8184.7448.82
HexE6135A05C3DA1545531
Octal346231320134751252412561
Binary111001101001110110100101110011110110101010101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6135A; }

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

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

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

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

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

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

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

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