#EC1856

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

Shades of Ruby #EC1856

Tints of Ruby #EC1856

Color information

#EC1856 (or 0xEC1856) is unknown color: approx Ruby. HEX triplet: EC, 18 and 56. RGB value is (236,24,86). Sum of RGB (Red+Green+Blue) = 236+24+86=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1856 is #13E7A9. Grayscale: #5E5E5E. Windows color (decimal): -1304490 or 5642476. OLE color: 5642476.

HSL color Cylindrical-coordinate representation of color #EC1856: hue angle of 342.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1856 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2362486-
CMYK00.900.640.07
HSL342.45º84.8%50.98%-
HSV(B)342.45º89.83%92.55%-
XYZ36.619.1610.57-
YUV94.46123.24228.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.21%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=68.21%
G=6.94%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236248600.900.640.07342.4584.850.98
HexEC185605A4071565533
Octal354301260132100752612563
Binary111011001100010101100101101010000001111010101101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1856; }

 p { color: rgb(236,24,86); }

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

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

 a { background-color: rgb(236,24,86); }

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

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

 span { border-color: rgb(236,24,86); }

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