Html Css Color HEX #EC1174 Ruby

📋 copy color: '#EC1174'

red 236 ◦ green 17 ◦ blue 116

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

Shades of Ruby #EC1174

Tints of Ruby #EC1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 63.96%
G = 4.61%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC1174 (or 0xEC1174) is known color: Ruby. HEX triplet: EC, 11 and 74. RGB value is (236,17,116). Sum of RGB (Red+Green+Blue) = 236+17+116=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1174 is #13EE8B. Grayscale: #5D5D5D. Windows color (decimal): -1306252 or 7606764. OLE color: 7606764.

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

Color convert

RGB 236 17 116 -
CMYK 0 0.93 0.51 0.07
HSL 332.88º 0.87% 0.5% -
HSV(B) 332.88º 0.93% 0.93% -
XYZ 37.94 19.49 18.29 -
YUV 93.77 140.55 229.45 -
System Red Green Blue C M Y K H S L
Decimal 236 17 116 0 0.93 0.51 0.07 332.88 0.87 0.5
Hex EC 11 74 0 5D 33 7 14D 57 32
Octal 354 21 164 0 135 63 7 515 127 62
Binary 11101100 10001 1110100 0 1011101 110011 111 101001101 1010111 110010

Color Harmonies of #EC1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1174

Black with #EC1174

Text Example


Text Example

White with #EC1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1174; }

 p { color: rgb(236,17,116); }

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

background-color css

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

 a { background-color: rgb(236,17,116); }

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

border-color css

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

 span { border-color: rgb(236,17,116); }

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