Html Css Color HEX #EC166A Ruby

📋 copy color: '#EC166A'

red 236 ◦ green 22 ◦ blue 106

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

Shades of Ruby #EC166A

Tints of Ruby #EC166A

RGB

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

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

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

R = 64.84%
G = 6.04%
B = 29.12%

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

#EC166A (or 0xEC166A) is known color: Ruby. HEX triplet: EC, 16 and 6A. RGB value is (236,22,106). Sum of RGB (Red+Green+Blue) = 236+22+106=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC166A is #13E995. Grayscale: #5F5F5F. Windows color (decimal): -1304982 or 6952684. OLE color: 6952684.

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

Color convert

RGB 236 22 106 -
CMYK 0 0.91 0.55 0.07
HSL 336.45º 0.85% 0.51% -
HSV(B) 336.45º 0.91% 0.93% -
XYZ 37.48 19.45 15.41 -
YUV 95.56 133.9 228.17 -
System Red Green Blue C M Y K H S L
Decimal 236 22 106 0 0.91 0.55 0.07 336.45 0.85 0.51
Hex EC 16 6A 0 5B 37 7 150 55 33
Octal 354 26 152 0 133 67 7 520 125 63
Binary 11101100 10110 1101010 0 1011011 110111 111 101010000 1010101 110011

Color Harmonies of #EC166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC166A

Black with #EC166A

Text Example


Text Example

White with #EC166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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