Html Css Color HEX #EC0879 Ruby

📋 copy color: '#EC0879'

red 236 ◦ green 8 ◦ blue 121

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

Shades of Ruby #EC0879

Tints of Ruby #EC0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 64.66%
G = 2.19%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC0879 (or 0xEC0879) is known color: Ruby. HEX triplet: EC, 08 and 79. RGB value is (236,8,121). Sum of RGB (Red+Green+Blue) = 236+8+121=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0879 is #13F786. Grayscale: #585858. Windows color (decimal): -1308551 or 7932140. OLE color: 7932140.

HSL color Cylindrical-coordinate representation of color #EC0879: hue angle of 330.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0879 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 8 121 -
CMYK 0 0.97 0.49 0.07
HSL 330.26º 0.93% 0.48% -
HSV(B) 330.26º 0.97% 0.93% -
XYZ 38.13 19.39 19.82 -
YUV 89.05 146.04 232.81 -
System Red Green Blue C M Y K H S L
Decimal 236 8 121 0 0.97 0.49 0.07 330.26 0.93 0.48
Hex EC 8 79 0 61 31 7 14A 5D 30
Octal 354 10 171 0 141 61 7 512 135 60
Binary 11101100 1000 1111001 0 1100001 110001 111 101001010 1011101 110000

Color Harmonies of #EC0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0879

Black with #EC0879

Text Example


Text Example

White with #EC0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0879; }

 p { color: rgb(236,8,121); }

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

background-color css

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

 a { background-color: rgb(236,8,121); }

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

border-color css

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

 span { border-color: rgb(236,8,121); }

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