Html Css Color HEX #EC1660 Ruby

📋 copy color: '#EC1660'

red 236 ◦ green 22 ◦ blue 96

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

Shades of Ruby #EC1660

Tints of Ruby #EC1660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.21%

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

R = 66.67%
G = 6.21%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC1660 (or 0xEC1660) is known color: Ruby. HEX triplet: EC, 16 and 60. RGB value is (236,22,96). Sum of RGB (Red+Green+Blue) = 236+22+96=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1660 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1660 is #13E99F. Grayscale: #5E5E5E. Windows color (decimal): -1304992 or 6297324. OLE color: 6297324.

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

Color convert

RGB 236 22 96 -
CMYK 0 0.91 0.59 0.07
HSL 339.25º 0.85% 0.51% -
HSV(B) 339.25º 0.91% 0.93% -
XYZ 36.99 19.25 12.83 -
YUV 94.42 128.9 228.98 -
System Red Green Blue C M Y K H S L
Decimal 236 22 96 0 0.91 0.59 0.07 339.25 0.85 0.51
Hex EC 16 60 0 5B 3B 7 153 55 33
Octal 354 26 140 0 133 73 7 523 125 63
Binary 11101100 10110 1100000 0 1011011 111011 111 101010011 1010101 110011

Color Harmonies of #EC1660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1660

Black with #EC1660

Text Example


Text Example

White with #EC1660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1660; }

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

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

background-color css

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

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

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

border-color css

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

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

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