Html Css Color HEX #EC1A61 Ruby

📋 copy color: '#EC1A61'

red 236 ◦ green 26 ◦ blue 97

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

Shades of Ruby #EC1A61

Tints of Ruby #EC1A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

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

R = 65.74%
G = 7.24%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC1A61 (or 0xEC1A61) is known color: Ruby. HEX triplet: EC, 1A and 61. RGB value is (236,26,97). Sum of RGB (Red+Green+Blue) = 236+26+97=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A61 is #13E59E. Grayscale: #606060. Windows color (decimal): -1303967 or 6363884. OLE color: 6363884.

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

Color convert

RGB 236 26 97 -
CMYK 0 0.89 0.59 0.07
HSL 339.71º 0.85% 0.51% -
HSV(B) 339.71º 0.89% 0.93% -
XYZ 37.12 19.43 13.1 -
YUV 96.88 128.07 227.23 -
System Red Green Blue C M Y K H S L
Decimal 236 26 97 0 0.89 0.59 0.07 339.71 0.85 0.51
Hex EC 1A 61 0 59 3B 7 154 55 33
Octal 354 32 141 0 131 73 7 524 125 63
Binary 11101100 11010 1100001 0 1011001 111011 111 101010100 1010101 110011

Color Harmonies of #EC1A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A61

Black with #EC1A61

Text Example


Text Example

White with #EC1A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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