Html Css Color HEX #EC1859 Ruby

📋 copy color: '#EC1859'

red 236 ◦ green 24 ◦ blue 89

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

Shades of Ruby #EC1859

Tints of Ruby #EC1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.88%

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

R = 67.62%
G = 6.88%
B = 25.5%

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

#EC1859 (or 0xEC1859) is known color: Ruby. HEX triplet: EC, 18 and 59. RGB value is (236,24,89). Sum of RGB (Red+Green+Blue) = 236+24+89=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1859 is #13E7A6. Grayscale: #5E5E5E. Windows color (decimal): -1304487 or 5839084. OLE color: 5839084.

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

Color convert

RGB 236 24 89 -
CMYK 0 0.90 0.62 0.07
HSL 341.6º 0.85% 0.51% -
HSV(B) 341.6º 0.9% 0.93% -
XYZ 36.72 19.21 11.22 -
YUV 94.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 236 24 89 0 0.90 0.62 0.07 341.6 0.85 0.51
Hex EC 18 59 0 5A 3E 7 156 55 33
Octal 354 30 131 0 132 76 7 526 125 63
Binary 11101100 11000 1011001 0 1011010 111110 111 101010110 1010101 110011

Color Harmonies of #EC1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1859

Black with #EC1859

Text Example


Text Example

White with #EC1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1859; }

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

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

background-color css

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

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

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

border-color css

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

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

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