#EC1564

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

Shades of Ruby #EC1564

Tints of Ruby #EC1564

Color information

#EC1564 (or 0xEC1564) is unknown color: approx Ruby. HEX triplet: EC, 15 and 64. RGB value is (236,21,100). Sum of RGB (Red+Green+Blue) = 236+21+100=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1564 is #13EA9B. Grayscale: #5E5E5E. Windows color (decimal): -1305244 or 6559212. OLE color: 6559212.

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

Color convert

RGB23621100-
CMYK00.910.580.07
HSL337.95º84.98%50.39%-
HSV(B)337.95º91.1%92.55%-
XYZ37.1619.2913.82-
YUV94.29131.23229.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.11%
GREEN value IS 21 (8.59% from 255) = 5.88%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=66.11%
G=5.88%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362110000.910.580.07337.9584.9850.39
HexEC156405B3A71525532
Octal35425144013372752212562
Binary11101100101011100100010110111110101111010100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1564; }

 p { color: rgb(236,21,100); }

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

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

 a { background-color: rgb(236,21,100); }

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

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

 span { border-color: rgb(236,21,100); }

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