#EC186E

Color #EC186E Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #EC186E

Tints of Ruby #EC186E

Color information

#EC186E (or 0xEC186E) is unknown color: approx Ruby. HEX triplet: EC, 18 and 6E. RGB value is (236,24,110). Sum of RGB (Red+Green+Blue) = 236+24+110=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC186E is #13E791. Grayscale: #616161. Windows color (decimal): -1304466 or 7215340. OLE color: 7215340.

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

Color convert

RGB23624110-
CMYK00.900.530.07
HSL335.66º84.8%50.98%-
HSV(B)335.66º89.83%92.55%-
XYZ37.7319.6116.55-
YUV97.19135.24227.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.78%
GREEN value IS 24 (9.77% from 255) = 6.49%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=63.78%
G=6.49%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362411000.900.530.07335.6684.850.98
HexEC186E05A3571505533
Octal35430156013265752012563
Binary11101100110001101110010110101101011111010100001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC186E; }

 p { color: rgb(236,24,110); }

 H1.HeaderClassName
 {
   color: #EC186E;
 }
 .AnyTagClassName
 {
   color: #EC186E;
 }
</style>
background-color css

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

 a { background-color: rgb(236,24,110); }

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

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

 span { border-color: rgb(236,24,110); }

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