Html Css Color HEX #EC1261 Ruby

📋 copy color: '#EC1261'

red 236 ◦ green 18 ◦ blue 97

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

Shades of Ruby #EC1261

Tints of Ruby #EC1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

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

R = 67.24%
G = 5.13%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC1261 (or 0xEC1261) is known color: Ruby. HEX triplet: EC, 12 and 61. RGB value is (236,18,97). Sum of RGB (Red+Green+Blue) = 236+18+97=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1261 is #13ED9E. Grayscale: #5C5C5C. Windows color (decimal): -1306015 or 6361836. OLE color: 6361836.

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

Color convert

RGB 236 18 97 -
CMYK 0 0.92 0.59 0.07
HSL 338.26º 0.86% 0.5% -
HSV(B) 338.26º 0.92% 0.93% -
XYZ 36.97 19.13 13.05 -
YUV 92.19 130.72 230.58 -
System Red Green Blue C M Y K H S L
Decimal 236 18 97 0 0.92 0.59 0.07 338.26 0.86 0.5
Hex EC 12 61 0 5C 3B 7 152 56 32
Octal 354 22 141 0 134 73 7 522 126 62
Binary 11101100 10010 1100001 0 1011100 111011 111 101010010 1010110 110010

Color Harmonies of #EC1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1261

Black with #EC1261

Text Example


Text Example

White with #EC1261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1261; }

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

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

background-color css

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

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

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

border-color css

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

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

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