#EC155D

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

Shades of Ruby #EC155D

Tints of Ruby #EC155D

Color information

#EC155D (or 0xEC155D) is unknown color: approx Ruby. HEX triplet: EC, 15 and 5D. RGB value is (236,21,93). Sum of RGB (Red+Green+Blue) = 236+21+93=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC155D is #13EAA2. Grayscale: #5D5D5D. Windows color (decimal): -1305251 or 6100460. OLE color: 6100460.

HSL color Cylindrical-coordinate representation of color #EC155D: hue angle of 339.91º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC155D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB2362193-
CMYK00.910.610.07
HSL339.91º84.98%50.39%-
HSV(B)339.91º91.1%92.55%-
XYZ36.8419.1612.11-
YUV93.49127.73229.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.43%
GREEN value IS 21 (8.59% from 255) = 6%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=67.43%
G=6%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236219300.910.610.07339.9184.9850.39
HexEC155D05B3D71545532
Octal35425135013375752412562
Binary11101100101011011101010110111111011111010101001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC155D; }

 p { color: rgb(236,21,93); }

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

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

 a { background-color: rgb(236,21,93); }

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

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

 span { border-color: rgb(236,21,93); }

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