Html Css Color HEX #EC186C Ruby

📋 copy color: '#EC186C'

red 236 ◦ green 24 ◦ blue 108

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

Shades of Ruby #EC186C

Tints of Ruby #EC186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 64.13%
G = 6.52%
B = 29.35%

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

#EC186C (or 0xEC186C) is known color: Ruby. HEX triplet: EC, 18 and 6C. RGB value is (236,24,108). Sum of RGB (Red+Green+Blue) = 236+24+108=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC186C is #13E793. Grayscale: #606060. Windows color (decimal): -1304468 or 7084268. OLE color: 7084268.

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

Color convert

RGB 236 24 108 -
CMYK 0 0.90 0.54 0.07
HSL 336.23º 0.85% 0.51% -
HSV(B) 336.23º 0.9% 0.93% -
XYZ 37.63 19.57 15.98 -
YUV 96.96 134.24 227.17 -
System Red Green Blue C M Y K H S L
Decimal 236 24 108 0 0.90 0.54 0.07 336.23 0.85 0.51
Hex EC 18 6C 0 5A 36 7 150 55 33
Octal 354 30 154 0 132 66 7 520 125 63
Binary 11101100 11000 1101100 0 1011010 110110 111 101010000 1010101 110011

Color Harmonies of #EC186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC186C

Black with #EC186C

Text Example


Text Example

White with #EC186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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