Html Css Color HEX #EC1773 Ruby

📋 copy color: '#EC1773'

red 236 ◦ green 23 ◦ blue 115

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

Shades of Ruby #EC1773

Tints of Ruby #EC1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.15%

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 63.1%
G = 6.15%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC1773 (or 0xEC1773) is known color: Ruby. HEX triplet: EC, 17 and 73. RGB value is (236,23,115). Sum of RGB (Red+Green+Blue) = 236+23+115=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1773 is #13E88C. Grayscale: #616161. Windows color (decimal): -1304717 or 7542764. OLE color: 7542764.

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

Color convert

RGB 236 23 115 -
CMYK 0 0.90 0.51 0.07
HSL 334.08º 0.85% 0.51% -
HSV(B) 334.08º 0.9% 0.93% -
XYZ 37.99 19.68 18.02 -
YUV 97.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 236 23 115 0 0.90 0.51 0.07 334.08 0.85 0.51
Hex EC 17 73 0 5A 33 7 14E 55 33
Octal 354 27 163 0 132 63 7 516 125 63
Binary 11101100 10111 1110011 0 1011010 110011 111 101001110 1010101 110011

Color Harmonies of #EC1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1773

Black with #EC1773

Text Example


Text Example

White with #EC1773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1773; }

 p { color: rgb(236,23,115); }

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

background-color css

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

 a { background-color: rgb(236,23,115); }

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

border-color css

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

 span { border-color: rgb(236,23,115); }

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