#EC1960

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

Shades of Ruby #EC1960

Tints of Ruby #EC1960

Color information

#EC1960 (or 0xEC1960) is unknown color: approx Ruby. HEX triplet: EC, 19 and 60. RGB value is (236,25,96). Sum of RGB (Red+Green+Blue) = 236+25+96=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1960 is #13E69F. Grayscale: #606060. Windows color (decimal): -1304224 or 6298092. OLE color: 6298092.

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

Color convert

RGB2362596-
CMYK00.890.590.07
HSL339.81º84.74%51.18%-
HSV(B)339.81º89.41%92.55%-
XYZ37.0519.3712.85-
YUV96.18127.9227.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.11%
GREEN value IS 25 (10.16% from 255) = 7.00%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=66.11%
G=7.00%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236259600.890.590.07339.8184.7451.18
HexEC19600593B71545533
Octal35431140013173752412563
Binary11101100110011100000010110011110111111010101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1960; }

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

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

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

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

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

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

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

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