Html Css Color HEX #EC1759 Ruby

📋 copy color: '#EC1759'

red 236 ◦ green 23 ◦ blue 89

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

Shades of Ruby #EC1759

Tints of Ruby #EC1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

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

R = 67.82%
G = 6.61%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC1759 (or 0xEC1759) is known color: Ruby. HEX triplet: EC, 17 and 59. RGB value is (236,23,89). Sum of RGB (Red+Green+Blue) = 236+23+89=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1759 is #13E8A6. Grayscale: #5E5E5E. Windows color (decimal): -1304743 or 5838828. OLE color: 5838828.

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

Color convert

RGB 236 23 89 -
CMYK 0 0.90 0.62 0.07
HSL 341.41º 0.85% 0.51% -
HSV(B) 341.41º 0.9% 0.93% -
XYZ 36.7 19.17 11.22 -
YUV 94.21 125.07 229.13 -
System Red Green Blue C M Y K H S L
Decimal 236 23 89 0 0.90 0.62 0.07 341.41 0.85 0.51
Hex EC 17 59 0 5A 3E 7 155 55 33
Octal 354 27 131 0 132 76 7 525 125 63
Binary 11101100 10111 1011001 0 1011010 111110 111 101010101 1010101 110011

Color Harmonies of #EC1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1759

Black with #EC1759

Text Example


Text Example

White with #EC1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1759; }

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

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

background-color css

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

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

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

border-color css

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

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

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