Html Css Color HEX #EC186A Ruby

📋 copy color: '#EC186A'

red 236 ◦ green 24 ◦ blue 106

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

Shades of Ruby #EC186A

Tints of Ruby #EC186A

RGB

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

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

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

R = 64.48%
G = 6.56%
B = 28.96%

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

#EC186A (or 0xEC186A) is known color: Ruby. HEX triplet: EC, 18 and 6A. RGB value is (236,24,106). Sum of RGB (Red+Green+Blue) = 236+24+106=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC186A is #13E795. Grayscale: #606060. Windows color (decimal): -1304470 or 6953196. OLE color: 6953196.

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

Color convert

RGB 236 24 106 -
CMYK 0 0.90 0.55 0.07
HSL 336.79º 0.85% 0.51% -
HSV(B) 336.79º 0.9% 0.93% -
XYZ 37.52 19.53 15.43 -
YUV 96.74 133.24 227.33 -
System Red Green Blue C M Y K H S L
Decimal 236 24 106 0 0.90 0.55 0.07 336.79 0.85 0.51
Hex EC 18 6A 0 5A 37 7 151 55 33
Octal 354 30 152 0 132 67 7 521 125 63
Binary 11101100 11000 1101010 0 1011010 110111 111 101010001 1010101 110011

Color Harmonies of #EC186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC186A

Black with #EC186A

Text Example


Text Example

White with #EC186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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