#EC1367

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

Shades of Ruby #EC1367

Tints of Ruby #EC1367

Color information

#EC1367 (or 0xEC1367) is unknown color: approx Ruby. HEX triplet: EC, 13 and 67. RGB value is (236,19,103). Sum of RGB (Red+Green+Blue) = 236+19+103=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1367 is #13EC98. Grayscale: #5D5D5D. Windows color (decimal): -1305753 or 6755308. OLE color: 6755308.

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

Color convert

RGB23619103-
CMYK00.920.560.07
HSL336.77º85.1%50%-
HSV(B)336.77º91.95%92.55%-
XYZ37.2719.2814.59-
YUV93.46133.39229.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.92%
GREEN value IS 19 (7.81% from 255) = 5.31%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=65.92%
G=5.31%
B=28.77%

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
Decimal2361910300.920.560.07336.7785.150
HexEC136705C3871515532
Octal35423147013470752112562
Binary11101100100111100111010111001110001111010100011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1367; }

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

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

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

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

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

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

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

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