Html Css Color HEX #EC166B Ruby

📋 copy color: '#EC166B'

red 236 ◦ green 22 ◦ blue 107

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

Shades of Ruby #EC166B

Tints of Ruby #EC166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 64.66%
G = 6.03%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC166B (or 0xEC166B) is known color: Ruby. HEX triplet: EC, 16 and 6B. RGB value is (236,22,107). Sum of RGB (Red+Green+Blue) = 236+22+107=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC166B is #13E994. Grayscale: #5F5F5F. Windows color (decimal): -1304981 or 7018220. OLE color: 7018220.

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

Color convert

RGB 236 22 107 -
CMYK 0 0.91 0.55 0.07
HSL 336.17º 0.85% 0.51% -
HSV(B) 336.17º 0.91% 0.93% -
XYZ 37.53 19.47 15.69 -
YUV 95.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 236 22 107 0 0.91 0.55 0.07 336.17 0.85 0.51
Hex EC 16 6B 0 5B 37 7 150 55 33
Octal 354 26 153 0 133 67 7 520 125 63
Binary 11101100 10110 1101011 0 1011011 110111 111 101010000 1010101 110011

Color Harmonies of #EC166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC166B

Black with #EC166B

Text Example


Text Example

White with #EC166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC166B; }

 p { color: rgb(236,22,107); }

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

background-color css

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

 a { background-color: rgb(236,22,107); }

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

border-color css

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

 span { border-color: rgb(236,22,107); }

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