#EC1961

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

Shades of Ruby #EC1961

Tints of Ruby #EC1961

Color information

#EC1961 (or 0xEC1961) is unknown color: approx Ruby. HEX triplet: EC, 19 and 61. RGB value is (236,25,97). Sum of RGB (Red+Green+Blue) = 236+25+97=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1961 is #13E69E. Grayscale: #606060. Windows color (decimal): -1304223 or 6363628. OLE color: 6363628.

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

Color convert

RGB2362597-
CMYK00.890.590.07
HSL339.53º84.74%51.18%-
HSV(B)339.53º89.41%92.55%-
XYZ37.119.3913.1-
YUV96.3128.4227.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.92%
GREEN value IS 25 (10.16% from 255) = 6.98%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=65.92%
G=6.98%
B=27.09%

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
Decimal236259700.890.590.07339.5384.7451.18
HexEC19610593B71545533
Octal35431141013173752412563
Binary11101100110011100001010110011110111111010101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1961; }

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

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

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

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

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

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

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

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