Html Css Color HEX #EC0779 Ruby

📋 copy color: '#EC0779'

red 236 ◦ green 7 ◦ blue 121

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

Shades of Ruby #EC0779

Tints of Ruby #EC0779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 64.84%
G = 1.92%
B = 33.24%

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

#EC0779 (or 0xEC0779) is known color: Ruby. HEX triplet: EC, 07 and 79. RGB value is (236,7,121). Sum of RGB (Red+Green+Blue) = 236+7+121=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0779 is #13F886. Grayscale: #585858. Windows color (decimal): -1308807 or 7931884. OLE color: 7931884.

HSL color Cylindrical-coordinate representation of color #EC0779: hue angle of 330.13º degrees, saturation: 0.94, 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 #EC0779 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 121 -
CMYK 0 0.97 0.49 0.07
HSL 330.13º 0.94% 0.48% -
HSV(B) 330.13º 0.97% 0.93% -
XYZ 38.12 19.37 19.82 -
YUV 88.47 146.37 233.23 -
System Red Green Blue C M Y K H S L
Decimal 236 7 121 0 0.97 0.49 0.07 330.13 0.94 0.48
Hex EC 7 79 0 61 31 7 14A 5E 30
Octal 354 7 171 0 141 61 7 512 136 60
Binary 11101100 111 1111001 0 1100001 110001 111 101001010 1011110 110000

Color Harmonies of #EC0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0779

Black with #EC0779

Text Example


Text Example

White with #EC0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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