Html Css Color HEX #EC0979 Ruby

📋 copy color: '#EC0979'

red 236 ◦ green 9 ◦ blue 121

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

Shades of Ruby #EC0979

Tints of Ruby #EC0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.46%

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

R = 64.48%
G = 2.46%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC0979 (or 0xEC0979) is known color: Ruby. HEX triplet: EC, 09 and 79. RGB value is (236,9,121). Sum of RGB (Red+Green+Blue) = 236+9+121=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0979 is #13F686. Grayscale: #595959. Windows color (decimal): -1308295 or 7932396. OLE color: 7932396.

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

Color convert

RGB 236 9 121 -
CMYK 0 0.96 0.49 0.07
HSL 330.4º 0.93% 0.48% -
HSV(B) 330.4º 0.96% 0.93% -
XYZ 38.14 19.41 19.83 -
YUV 89.64 145.71 232.39 -
System Red Green Blue C M Y K H S L
Decimal 236 9 121 0 0.96 0.49 0.07 330.4 0.93 0.48
Hex EC 9 79 0 60 31 7 14A 5D 30
Octal 354 11 171 0 140 61 7 512 135 60
Binary 11101100 1001 1111001 0 1100000 110001 111 101001010 1011101 110000

Color Harmonies of #EC0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0979

Black with #EC0979

Text Example


Text Example

White with #EC0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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