Html Css Color HEX #EC1761 Ruby

📋 copy color: '#EC1761'

red 236 ◦ green 23 ◦ blue 97

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

Shades of Ruby #EC1761

Tints of Ruby #EC1761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 66.29%
G = 6.46%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC1761 (or 0xEC1761) is known color: Ruby. HEX triplet: EC, 17 and 61. RGB value is (236,23,97). Sum of RGB (Red+Green+Blue) = 236+23+97=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1761 is #13E89E. Grayscale: #5F5F5F. Windows color (decimal): -1304735 or 6363116. OLE color: 6363116.

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

Color convert

RGB 236 23 97 -
CMYK 0 0.90 0.59 0.07
HSL 339.15º 0.85% 0.51% -
HSV(B) 339.15º 0.9% 0.93% -
XYZ 37.06 19.31 13.08 -
YUV 95.12 129.07 228.48 -
System Red Green Blue C M Y K H S L
Decimal 236 23 97 0 0.90 0.59 0.07 339.15 0.85 0.51
Hex EC 17 61 0 5A 3B 7 153 55 33
Octal 354 27 141 0 132 73 7 523 125 63
Binary 11101100 10111 1100001 0 1011010 111011 111 101010011 1010101 110011

Color Harmonies of #EC1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1761

Black with #EC1761

Text Example


Text Example

White with #EC1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1761; }

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

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

background-color css

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

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

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

border-color css

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

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

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