Html Css Color HEX #EC116C Ruby

📋 copy color: '#EC116C'

red 236 ◦ green 17 ◦ blue 108

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

Shades of Ruby #EC116C

Tints of Ruby #EC116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 65.37%
G = 4.71%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC116C (or 0xEC116C) is known color: Ruby. HEX triplet: EC, 11 and 6C. RGB value is (236,17,108). Sum of RGB (Red+Green+Blue) = 236+17+108=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC116C is #13EE93. Grayscale: #5C5C5C. Windows color (decimal): -1306260 or 7082476. OLE color: 7082476.

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

Color convert

RGB 236 17 108 -
CMYK 0 0.93 0.54 0.07
HSL 335.07º 0.87% 0.5% -
HSV(B) 335.07º 0.93% 0.93% -
XYZ 37.5 19.32 15.94 -
YUV 92.86 136.55 230.1 -
System Red Green Blue C M Y K H S L
Decimal 236 17 108 0 0.93 0.54 0.07 335.07 0.87 0.5
Hex EC 11 6C 0 5D 36 7 14F 57 32
Octal 354 21 154 0 135 66 7 517 127 62
Binary 11101100 10001 1101100 0 1011101 110110 111 101001111 1010111 110010

Color Harmonies of #EC116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC116C

Black with #EC116C

Text Example


Text Example

White with #EC116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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