Html Css Color HEX #EC186B Ruby

📋 copy color: '#EC186B'

red 236 ◦ green 24 ◦ blue 107

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

Shades of Ruby #EC186B

Tints of Ruby #EC186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

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

R = 64.31%
G = 6.54%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC186B (or 0xEC186B) is known color: Ruby. HEX triplet: EC, 18 and 6B. RGB value is (236,24,107). Sum of RGB (Red+Green+Blue) = 236+24+107=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC186B is #13E794. Grayscale: #606060. Windows color (decimal): -1304469 or 7018732. OLE color: 7018732.

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

Color convert

RGB 236 24 107 -
CMYK 0 0.90 0.55 0.07
HSL 336.51º 0.85% 0.51% -
HSV(B) 336.51º 0.9% 0.93% -
XYZ 37.57 19.55 15.7 -
YUV 96.85 133.74 227.25 -
System Red Green Blue C M Y K H S L
Decimal 236 24 107 0 0.90 0.55 0.07 336.51 0.85 0.51
Hex EC 18 6B 0 5A 37 7 151 55 33
Octal 354 30 153 0 132 67 7 521 125 63
Binary 11101100 11000 1101011 0 1011010 110111 111 101010001 1010101 110011

Color Harmonies of #EC186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC186B

Black with #EC186B

Text Example


Text Example

White with #EC186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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