Html Css Color HEX #EC186D Ruby

📋 copy color: '#EC186D'

red 236 ◦ green 24 ◦ blue 109

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

Shades of Ruby #EC186D

Tints of Ruby #EC186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 63.96%
G = 6.5%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC186D (or 0xEC186D) is known color: Ruby. HEX triplet: EC, 18 and 6D. RGB value is (236,24,109). Sum of RGB (Red+Green+Blue) = 236+24+109=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC186D is #13E792. Grayscale: #606060. Windows color (decimal): -1304467 or 7149804. OLE color: 7149804.

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

Color convert

RGB 236 24 109 -
CMYK 0 0.90 0.54 0.07
HSL 335.94º 0.85% 0.51% -
HSV(B) 335.94º 0.9% 0.93% -
XYZ 37.68 19.59 16.26 -
YUV 97.08 134.74 227.09 -
System Red Green Blue C M Y K H S L
Decimal 236 24 109 0 0.90 0.54 0.07 335.94 0.85 0.51
Hex EC 18 6D 0 5A 36 7 150 55 33
Octal 354 30 155 0 132 66 7 520 125 63
Binary 11101100 11000 1101101 0 1011010 110110 111 101010000 1010101 110011

Color Harmonies of #EC186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC186D

Black with #EC186D

Text Example


Text Example

White with #EC186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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