#EC1954

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

Shades of Ruby #EC1954

Tints of Ruby #EC1954

Color information

#EC1954 (or 0xEC1954) is unknown color: approx Ruby. HEX triplet: EC, 19 and 54. RGB value is (236,25,84). Sum of RGB (Red+Green+Blue) = 236+25+84=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1954 is #13E6AB. Grayscale: #5E5E5E. Windows color (decimal): -1304236 or 5511660. OLE color: 5511660.

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

Color convert

RGB2362584-
CMYK00.890.640.07
HSL343.22º84.74%51.18%-
HSV(B)343.22º89.41%92.55%-
XYZ36.5419.1710.16-
YUV94.82121.9228.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.41%
GREEN value IS 25 (10.16% from 255) = 7.25%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=68.41%
G=7.25%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236258400.890.640.07343.2284.7451.18
HexEC19540594071575533
Octal354311240131100752712563
Binary111011001100110101000101100110000001111010101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1954; }

 p { color: rgb(236,25,84); }

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

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

 a { background-color: rgb(236,25,84); }

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

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

 span { border-color: rgb(236,25,84); }

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