Html Css Color HEX #EC1576 Ruby

📋 copy color: '#EC1576'

red 236 ◦ green 21 ◦ blue 118

#EC1576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #EC1576

Tints of Ruby #EC1576

RGB

 RED value IS 236 (92.58% from 255) = 62.93%

 GREEN value IS 21 (8.59% from 255) = 5.6%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 62.93%
G = 5.6%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC1576 (or 0xEC1576) is known color: Ruby. HEX triplet: EC, 15 and 76. RGB value is (236,21,118). Sum of RGB (Red+Green+Blue) = 236+21+118=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1576 is #13EA89. Grayscale: #606060. Windows color (decimal): -1305226 or 7738860. OLE color: 7738860.

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

Color convert

RGB 236 21 118 -
CMYK 0 0.91 0.5 0.07
HSL 332.93º 0.85% 0.5% -
HSV(B) 332.93º 0.91% 0.93% -
XYZ 38.13 19.68 18.93 -
YUV 96.34 140.23 227.61 -
System Red Green Blue C M Y K H S L
Decimal 236 21 118 0 0.91 0.5 0.07 332.93 0.85 0.5
Hex EC 15 76 0 5B 32 7 14D 55 32
Octal 354 25 166 0 133 62 7 515 125 62
Binary 11101100 10101 1110110 0 1011011 110010 111 101001101 1010101 110010

Color Harmonies of #EC1576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1576

Black with #EC1576

Text Example


Text Example

White with #EC1576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1576; }

 p { color: rgb(236,21,118); }

 H1.HeaderClassName
 {
   color: #EC1576;
 }
 .AnyTagClassName
 {
   color: #EC1576;
 }
</style>

background-color css

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

 a { background-color: rgb(236,21,118); }

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

border-color css

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

 span { border-color: rgb(236,21,118); }

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