Html Css Color HEX #EC1360 Ruby

📋 copy color: '#EC1360'

red 236 ◦ green 19 ◦ blue 96

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

Shades of Ruby #EC1360

Tints of Ruby #EC1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.41%

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 67.24%
G = 5.41%
B = 27.35%

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

#EC1360 (or 0xEC1360) is known color: Ruby. HEX triplet: EC, 13 and 60. RGB value is (236,19,96). Sum of RGB (Red+Green+Blue) = 236+19+96=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1360 is #13EC9F. Grayscale: #5C5C5C. Windows color (decimal): -1305760 or 6296556. OLE color: 6296556.

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

Color convert

RGB 236 19 96 -
CMYK 0 0.92 0.59 0.07
HSL 338.71º 0.85% 0.5% -
HSV(B) 338.71º 0.92% 0.93% -
XYZ 36.94 19.14 12.81 -
YUV 92.66 129.89 230.24 -
System Red Green Blue C M Y K H S L
Decimal 236 19 96 0 0.92 0.59 0.07 338.71 0.85 0.5
Hex EC 13 60 0 5C 3B 7 153 55 32
Octal 354 23 140 0 134 73 7 523 125 62
Binary 11101100 10011 1100000 0 1011100 111011 111 101010011 1010101 110010

Color Harmonies of #EC1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1360

Black with #EC1360

Text Example


Text Example

White with #EC1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1360; }

 p { color: rgb(236,19,96); }

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

background-color css

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

 a { background-color: rgb(236,19,96); }

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

border-color css

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

 span { border-color: rgb(236,19,96); }

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