Html Css Color HEX #EC0A77 Ruby

📋 copy color: '#EC0A77'

red 236 ◦ green 10 ◦ blue 119

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

Shades of Ruby #EC0A77

Tints of Ruby #EC0A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 64.66%
G = 2.74%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC0A77 (or 0xEC0A77) is known color: Ruby. HEX triplet: EC, 0A and 77. RGB value is (236,10,119). Sum of RGB (Red+Green+Blue) = 236+10+119=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0A77 is #13F588. Grayscale: #595959. Windows color (decimal): -1308041 or 7801580. OLE color: 7801580.

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

Color convert

RGB 236 10 119 -
CMYK 0 0.96 0.50 0.07
HSL 331.06º 0.92% 0.48% -
HSV(B) 331.06º 0.96% 0.93% -
XYZ 38.03 19.38 19.19 -
YUV 90 144.37 232.14 -
System Red Green Blue C M Y K H S L
Decimal 236 10 119 0 0.96 0.50 0.07 331.06 0.92 0.48
Hex EC A 77 0 60 32 7 14B 5C 30
Octal 354 12 167 0 140 62 7 513 134 60
Binary 11101100 1010 1110111 0 1100000 110010 111 101001011 1011100 110000

Color Harmonies of #EC0A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A77

Black with #EC0A77

Text Example


Text Example

White with #EC0A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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