Html Css Color HEX #EC116A Ruby

📋 copy color: '#EC116A'

red 236 ◦ green 17 ◦ blue 106

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

Shades of Ruby #EC116A

Tints of Ruby #EC116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 65.74%
G = 4.74%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC116A (or 0xEC116A) is known color: Ruby. HEX triplet: EC, 11 and 6A. RGB value is (236,17,106). Sum of RGB (Red+Green+Blue) = 236+17+106=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC116A is #13EE95. Grayscale: #5C5C5C. Windows color (decimal): -1306262 or 6951404. OLE color: 6951404.

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

Color convert

RGB 236 17 106 -
CMYK 0 0.93 0.55 0.07
HSL 335.62º 0.87% 0.5% -
HSV(B) 335.62º 0.93% 0.93% -
XYZ 37.39 19.27 15.39 -
YUV 92.63 135.55 230.26 -
System Red Green Blue C M Y K H S L
Decimal 236 17 106 0 0.93 0.55 0.07 335.62 0.87 0.5
Hex EC 11 6A 0 5D 37 7 150 57 32
Octal 354 21 152 0 135 67 7 520 127 62
Binary 11101100 10001 1101010 0 1011101 110111 111 101010000 1010111 110010

Color Harmonies of #EC116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC116A

Black with #EC116A

Text Example


Text Example

White with #EC116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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