Html Css Color HEX #EC1B59 Ruby

📋 copy color: '#EC1B59'

red 236 ◦ green 27 ◦ blue 89

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

Shades of Ruby #EC1B59

Tints of Ruby #EC1B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

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

R = 67.05%
G = 7.67%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC1B59 (or 0xEC1B59) is known color: Ruby. HEX triplet: EC, 1B and 59. RGB value is (236,27,89). Sum of RGB (Red+Green+Blue) = 236+27+89=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1B59 is #13E4A6. Grayscale: #606060. Windows color (decimal): -1303719 or 5839852. OLE color: 5839852.

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

Color convert

RGB 236 27 89 -
CMYK 0 0.89 0.62 0.07
HSL 342.2º 0.85% 0.52% -
HSV(B) 342.2º 0.89% 0.93% -
XYZ 36.79 19.34 11.24 -
YUV 96.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 236 27 89 0 0.89 0.62 0.07 342.2 0.85 0.52
Hex EC 1B 59 0 59 3E 7 156 55 34
Octal 354 33 131 0 131 76 7 526 125 64
Binary 11101100 11011 1011001 0 1011001 111110 111 101010110 1010101 110100

Color Harmonies of #EC1B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B59

Black with #EC1B59

Text Example


Text Example

White with #EC1B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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