Html Css Color HEX #EC0A79 Ruby

📋 copy color: '#EC0A79'

red 236 ◦ green 10 ◦ blue 121

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

Shades of Ruby #EC0A79

Tints of Ruby #EC0A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

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

R = 64.31%
G = 2.72%
B = 32.97%

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

#EC0A79 (or 0xEC0A79) is known color: Ruby. HEX triplet: EC, 0A and 79. RGB value is (236,10,121). Sum of RGB (Red+Green+Blue) = 236+10+121=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0A79 is #13F586. Grayscale: #5A5A5A. Windows color (decimal): -1308039 or 7932652. OLE color: 7932652.

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

Color convert

RGB 236 10 121 -
CMYK 0 0.96 0.49 0.07
HSL 330.53º 0.92% 0.48% -
HSV(B) 330.53º 0.96% 0.93% -
XYZ 38.15 19.43 19.83 -
YUV 90.23 145.37 231.97 -
System Red Green Blue C M Y K H S L
Decimal 236 10 121 0 0.96 0.49 0.07 330.53 0.92 0.48
Hex EC A 79 0 60 31 7 14B 5C 30
Octal 354 12 171 0 140 61 7 513 134 60
Binary 11101100 1010 1111001 0 1100000 110001 111 101001011 1011100 110000

Color Harmonies of #EC0A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A79

Black with #EC0A79

Text Example


Text Example

White with #EC0A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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