Html Css Color HEX #EC0877 Ruby

📋 copy color: '#EC0877'

red 236 ◦ green 8 ◦ blue 119

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

Shades of Ruby #EC0877

Tints of Ruby #EC0877

RGB

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

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

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

R = 65.01%
G = 2.2%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC0877 (or 0xEC0877) is known color: Ruby. HEX triplet: EC, 08 and 77. RGB value is (236,8,119). Sum of RGB (Red+Green+Blue) = 236+8+119=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0877 is #13F788. Grayscale: #585858. Windows color (decimal): -1308553 or 7801068. OLE color: 7801068.

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

Color convert

RGB 236 8 119 -
CMYK 0 0.97 0.50 0.07
HSL 330.79º 0.93% 0.48% -
HSV(B) 330.79º 0.97% 0.93% -
XYZ 38.01 19.34 19.18 -
YUV 88.83 145.04 232.97 -
System Red Green Blue C M Y K H S L
Decimal 236 8 119 0 0.97 0.50 0.07 330.79 0.93 0.48
Hex EC 8 77 0 61 32 7 14B 5D 30
Octal 354 10 167 0 141 62 7 513 135 60
Binary 11101100 1000 1110111 0 1100001 110010 111 101001011 1011101 110000

Color Harmonies of #EC0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0877

Black with #EC0877

Text Example


Text Example

White with #EC0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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