#EC1368

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

Shades of Ruby #EC1368

Tints of Ruby #EC1368

Color information

#EC1368 (or 0xEC1368) is unknown color: approx Ruby. HEX triplet: EC, 13 and 68. RGB value is (236,19,104). Sum of RGB (Red+Green+Blue) = 236+19+104=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1368 is #13EC97. Grayscale: #5D5D5D. Windows color (decimal): -1305752 or 6820844. OLE color: 6820844.

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

Color convert

RGB23619104-
CMYK00.920.560.07
HSL336.5º85.1%50%-
HSV(B)336.5º91.95%92.55%-
XYZ37.3219.314.85-
YUV93.57133.89229.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.74%
GREEN value IS 19 (7.81% from 255) = 5.29%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=65.74%
G=5.29%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361910400.920.560.07336.585.150
HexEC136805C3871505532
Octal35423150013470752012562
Binary11101100100111101000010111001110001111010100001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1368; }

 p { color: rgb(236,19,104); }

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

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

 a { background-color: rgb(236,19,104); }

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

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

 span { border-color: rgb(236,19,104); }

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