#EC1D60

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

Shades of Ruby #EC1D60

Tints of Ruby #EC1D60

Color information

#EC1D60 (or 0xEC1D60) is unknown color: approx Ruby. HEX triplet: EC, 1D and 60. RGB value is (236,29,96). Sum of RGB (Red+Green+Blue) = 236+29+96=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D60 is #13E29F. Grayscale: #626262. Windows color (decimal): -1303200 or 6299116. OLE color: 6299116.

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

Color convert

RGB2362996-
CMYK00.880.590.07
HSL340.58º84.49%51.96%-
HSV(B)340.58º87.71%92.55%-
XYZ37.1419.5612.88-
YUV98.53126.58226.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.37%
GREEN value IS 29 (11.72% from 255) = 8.03%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=65.37%
G=8.03%
B=26.59%

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
Decimal236299600.880.590.07340.5884.4951.96
HexEC1D600583B71555434
Octal35435140013073752512464
Binary11101100111011100000010110001110111111010101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D60; }

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

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

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

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

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

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

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

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