Html Css Color HEX #EC0778 Ruby

📋 copy color: '#EC0778'

red 236 ◦ green 7 ◦ blue 120

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

Shades of Ruby #EC0778

Tints of Ruby #EC0778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 65.01%
G = 1.93%
B = 33.06%

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

#EC0778 (or 0xEC0778) is known color: Ruby. HEX triplet: EC, 07 and 78. RGB value is (236,7,120). Sum of RGB (Red+Green+Blue) = 236+7+120=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0778 is #13F887. Grayscale: #585858. Windows color (decimal): -1308808 or 7866348. OLE color: 7866348.

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

Color convert

RGB 236 7 120 -
CMYK 0 0.97 0.49 0.07
HSL 330.39º 0.94% 0.48% -
HSV(B) 330.39º 0.97% 0.93% -
XYZ 38.06 19.34 19.5 -
YUV 88.35 145.87 233.31 -
System Red Green Blue C M Y K H S L
Decimal 236 7 120 0 0.97 0.49 0.07 330.39 0.94 0.48
Hex EC 7 78 0 61 31 7 14A 5E 30
Octal 354 7 170 0 141 61 7 512 136 60
Binary 11101100 111 1111000 0 1100001 110001 111 101001010 1011110 110000

Color Harmonies of #EC0778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0778

Black with #EC0778

Text Example


Text Example

White with #EC0778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0778; }

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

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

background-color css

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

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

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

border-color css

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

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

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