#EC1D61

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

Shades of Ruby #EC1D61

Tints of Ruby #EC1D61

Color information

#EC1D61 (or 0xEC1D61) is unknown color: approx Ruby. HEX triplet: EC, 1D and 61. RGB value is (236,29,97). Sum of RGB (Red+Green+Blue) = 236+29+97=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D61 is #13E29E. Grayscale: #626262. Windows color (decimal): -1303199 or 6364652. OLE color: 6364652.

HSL color Cylindrical-coordinate representation of color #EC1D61: hue angle of 340.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D61 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB2362997-
CMYK00.880.590.07
HSL340.29º84.49%51.96%-
HSV(B)340.29º87.71%92.55%-
XYZ37.1919.5713.13-
YUV98.64127.08225.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.19%
GREEN value IS 29 (11.72% from 255) = 8.01%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=65.19%
G=8.01%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236299700.880.590.07340.2984.4951.96
HexEC1D610583B71545434
Octal35435141013073752412464
Binary11101100111011100001010110001110111111010101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D61; }

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

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

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

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

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

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

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

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