Html Css Color HEX #EC1977 Ruby

📋 copy color: '#EC1977'

red 236 ◦ green 25 ◦ blue 119

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

Shades of Ruby #EC1977

Tints of Ruby #EC1977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

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

R = 62.11%
G = 6.58%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC1977 (or 0xEC1977) is known color: Ruby. HEX triplet: EC, 19 and 77. RGB value is (236,25,119). Sum of RGB (Red+Green+Blue) = 236+25+119=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1977 is #13E688. Grayscale: #626262. Windows color (decimal): -1304201 or 7805420. OLE color: 7805420.

HSL color Cylindrical-coordinate representation of color #EC1977: hue angle of 333.27º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1977 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 119 -
CMYK 0 0.89 0.50 0.07
HSL 333.27º 0.85% 0.51% -
HSV(B) 333.27º 0.89% 0.93% -
XYZ 38.27 19.86 19.27 -
YUV 98.81 139.4 225.86 -
System Red Green Blue C M Y K H S L
Decimal 236 25 119 0 0.89 0.50 0.07 333.27 0.85 0.51
Hex EC 19 77 0 59 32 7 14D 55 33
Octal 354 31 167 0 131 62 7 515 125 63
Binary 11101100 11001 1110111 0 1011001 110010 111 101001101 1010101 110011

Color Harmonies of #EC1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1977

Black with #EC1977

Text Example


Text Example

White with #EC1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1977; }

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

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

background-color css

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

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

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

border-color css

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

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

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