Html Css Color HEX #EC1659 Ruby

📋 copy color: '#EC1659'

red 236 ◦ green 22 ◦ blue 89

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

Shades of Ruby #EC1659

Tints of Ruby #EC1659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 68.01%
G = 6.34%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC1659 (or 0xEC1659) is known color: Ruby. HEX triplet: EC, 16 and 59. RGB value is (236,22,89). Sum of RGB (Red+Green+Blue) = 236+22+89=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1659 is #13E9A6. Grayscale: #5D5D5D. Windows color (decimal): -1304999 or 5838572. OLE color: 5838572.

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

Color convert

RGB 236 22 89 -
CMYK 0 0.91 0.62 0.07
HSL 341.22º 0.85% 0.51% -
HSV(B) 341.22º 0.91% 0.93% -
XYZ 36.68 19.13 11.21 -
YUV 93.62 125.4 229.55 -
System Red Green Blue C M Y K H S L
Decimal 236 22 89 0 0.91 0.62 0.07 341.22 0.85 0.51
Hex EC 16 59 0 5B 3E 7 155 55 33
Octal 354 26 131 0 133 76 7 525 125 63
Binary 11101100 10110 1011001 0 1011011 111110 111 101010101 1010101 110011

Color Harmonies of #EC1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1659

Black with #EC1659

Text Example


Text Example

White with #EC1659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1659; }

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

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

background-color css

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

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

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

border-color css

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

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

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