#EC1D77

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

Shades of Ruby #EC1D77

Tints of Ruby #EC1D77

Color information

#EC1D77 (or 0xEC1D77) is unknown color: approx Ruby. HEX triplet: EC, 1D and 77. RGB value is (236,29,119). Sum of RGB (Red+Green+Blue) = 236+29+119=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D77 is #13E288. Grayscale: #656565. Windows color (decimal): -1303177 or 7806444. OLE color: 7806444.

HSL color Cylindrical-coordinate representation of color #EC1D77: hue angle of 333.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D77 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23629119-
CMYK00.880.500.07
HSL333.91º84.49%51.96%-
HSV(B)333.91º87.71%92.55%-
XYZ38.3620.0419.3-
YUV101.15138.08224.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.46%
GREEN value IS 29 (11.72% from 255) = 7.55%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=61.46%
G=7.55%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362911900.880.500.07333.9184.4951.96
HexEC1D7705832714e5434
Octal35435167013062751612464
Binary11101100111011110111010110001100101111010011101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D77; }

 p { color: rgb(236,29,119); }

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

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

 a { background-color: rgb(236,29,119); }

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

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

 span { border-color: rgb(236,29,119); }

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