#EC1955

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

Shades of Ruby #EC1955

Tints of Ruby #EC1955

Color information

#EC1955 (or 0xEC1955) is unknown color: approx Ruby. HEX triplet: EC, 19 and 55. RGB value is (236,25,85). Sum of RGB (Red+Green+Blue) = 236+25+85=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1955 is #13E6AA. Grayscale: #5E5E5E. Windows color (decimal): -1304235 or 5577196. OLE color: 5577196.

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

Color convert

RGB2362585-
CMYK00.890.640.07
HSL342.94º84.74%51.18%-
HSV(B)342.94º89.41%92.55%-
XYZ36.5819.1810.37-
YUV94.93122.4228.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.21%
GREEN value IS 25 (10.16% from 255) = 7.23%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=68.21%
G=7.23%
B=24.57%

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
Decimal236258500.890.640.07342.9484.7451.18
HexEC19550594071575533
Octal354311250131100752712563
Binary111011001100110101010101100110000001111010101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1955; }

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

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

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

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

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

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

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

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