#EC1956

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

Shades of Ruby #EC1956

Tints of Ruby #EC1956

Color information

#EC1956 (or 0xEC1956) is unknown color: approx Ruby. HEX triplet: EC, 19 and 56. RGB value is (236,25,86). Sum of RGB (Red+Green+Blue) = 236+25+86=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1956 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1956 is #13E6A9. Grayscale: #5F5F5F. Windows color (decimal): -1304234 or 5642732. OLE color: 5642732.

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

Color convert

RGB2362586-
CMYK00.890.640.07
HSL342.65º84.74%51.18%-
HSV(B)342.65º89.41%92.55%-
XYZ36.6219.210.58-
YUV95.04122.9228.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.01%
GREEN value IS 25 (10.16% from 255) = 7.20%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=68.01%
G=7.20%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236258600.890.640.07342.6584.7451.18
HexEC19560594071575533
Octal354311260131100752712563
Binary111011001100110101100101100110000001111010101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1956; }

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

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

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

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

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

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

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

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