Html Css Color HEX #EC1771 Ruby

📋 copy color: '#EC1771'

red 236 ◦ green 23 ◦ blue 113

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

Shades of Ruby #EC1771

Tints of Ruby #EC1771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 63.44%
G = 6.18%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC1771 (or 0xEC1771) is known color: Ruby. HEX triplet: EC, 17 and 71. RGB value is (236,23,113). Sum of RGB (Red+Green+Blue) = 236+23+113=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1771 is #13E88E. Grayscale: #606060. Windows color (decimal): -1304719 or 7411692. OLE color: 7411692.

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

Color convert

RGB 236 23 113 -
CMYK 0 0.90 0.52 0.07
HSL 334.65º 0.85% 0.51% -
HSV(B) 334.65º 0.9% 0.93% -
XYZ 37.88 19.64 17.42 -
YUV 96.95 137.07 227.18 -
System Red Green Blue C M Y K H S L
Decimal 236 23 113 0 0.90 0.52 0.07 334.65 0.85 0.51
Hex EC 17 71 0 5A 34 7 14F 55 33
Octal 354 27 161 0 132 64 7 517 125 63
Binary 11101100 10111 1110001 0 1011010 110100 111 101001111 1010101 110011

Color Harmonies of #EC1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1771

Black with #EC1771

Text Example


Text Example

White with #EC1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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